> I am trying to ad extra headers to email's I am sending through php. I > want to ad Reply-To: and Bounse-To: addresses. But when add them useing > the forth feild of the mail() funtion. > mail($recipient,$msubject,$message,"Reply-To: $sender"); > but for some reason when I send this e-mail it puts a newline befor this > header so it becomes part of the message not the headers. Any ideas on > what to do??
Byron, I had the same problem. Gave up! I recommend that you check out Richard Heyes' MIME and SMTP classes available from http://www.phpguru.org/. Regards, =dn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]