Hello,

 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


-- 
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]

Reply via email to