Re: [PHP] Mail()'s not playing nicely :(

2001-06-30 Thread Robin Chen

Instead of \n try \r\n

Robin

Jamie Thompson wrote:
 
 ok so i got
 
 mail([EMAIL PROTECTED], $message, sms alert, Return-Path: $email
 $email\nFrom: $email $email\nReply-To: $email $email\nX-Mailer:  .
 phpversion());
 
 the email appears as from [EMAIL PROTECTED] istead of [EMAIL PROTECTED] which it
 should (and always has done previousy)
 
 I looked at the headers and from reply-to and return path are all set ok but
 it sticks in another return path right at the top to [EMAIL PROTECTED]
 
 wtf is going on?/


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




[PHP] Mail()'s not playing nicely :(

2001-06-27 Thread Jamie Thompson

ok so i got

mail([EMAIL PROTECTED], $message, sms alert, Return-Path: $email
$email\nFrom: $email $email\nReply-To: $email $email\nX-Mailer:  .
phpversion());

the email appears as from [EMAIL PROTECTED] istead of [EMAIL PROTECTED] which it
should (and always has done previousy)

I looked at the headers and from reply-to and return path are all set ok but
it sticks in another return path right at the top to [EMAIL PROTECTED]

wtf is going on?/


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