PHP Emailer

For beginners, flames not allowed...(just by the staff :P)
Post Reply
User avatar
stlk12
Newbie
Newbie
Posts: 6
Joined: 20 Feb 2008, 17:00
16

PHP Emailer

Post by stlk12 »

Hello I was wondering If anyone has a anonymous emailer with the following.

*From
*Multiple Emails

Please can anyone post It or PM me If you PM me It, It will not be leaked because I need this for a long period of time and I DO NOT want it shutdown.

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

This is one of the most simple things to code, really. It requires an html form with a textarea for the "to" field, if you want, you can add a "from" field, a subject line, and a textarea for the content of the email.

Then, you only need to do some simple input validation and use the php mail() function.
¯\_(ツ)_/¯ It works on my machine...

Post Reply