RE: [PHP] how to specify the sender email address in the mail() function?

2001-02-02 Thread Brian Paulson
Try this mail($recipient,"subject"," $content ","From: $sender\nReply-To: $sender\nX-Mailer: PHP/" . phpversion()); Hope this helps Thank you Brian Paulson Sr. Web Developer [EMAIL PROTECTED] http://www.chieftain.com 1-800-269-6397 -Original Message- From: david klein [mailto:[EMAIL

RE: [PHP] how to specify the sender email address in the mail() function?

2001-02-02 Thread John Huggins
You specify that in the additional headers field. http://www.php.net/manual/en/function.mail.php John -Original Message- From: david klein [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 2:25 PM To: [EMAIL PROTECTED] Subject: [PHP] how to specify the sender email