Forum Moderators: coopster

Message Too Old, No Replies

Program to automatically email people through website

Sounds simple, but I don't think Formmail will help here

         

dwhite

4:29 pm on Dec 5, 2007 (gmt 0)

10+ Year Member



Formmail is used to send a web-surfer's form info to arbitrary email addresses.

What CGI/PHP script is commonly used for sending my (already done) promotion email to people who ask for more information by giving their email address on the website?

Presumably, the script would use sendmail.

PHP_Chimp

8:16 pm on Dec 5, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have a look at the mail() [uk.php.net] function. As you could combine this with the form where they give you there information to send your email.

dwhite

9:30 pm on Dec 5, 2007 (gmt 0)

10+ Year Member



Maybe you're right. Perhaps I don't really need to use a script after all. mail() could do it all.

Thanks for your help.