[PHP] Custom email after form submission

2002-01-29 Thread Edward R. Bailey
Can anyone point me in the right direction about how to send a custom email to a user after a form submission. The user would provide their email address in the form. Thanks Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

re: [PHP] Custom email after form submission

2002-01-29 Thread Jason Cox
Sorry. I forgot to reply to the list. - Original Message - From: Jason Cox [EMAIL PROTECTED] To: Edward R. Bailey [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 8:27 AM Subject: Re: [PHP] Custom email after form submission Ed, Check the manual for the mail() function. Here's