Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001062

Re: [PHP] Mail()'s not playing nicely :( From: Robin Chen (robinche <email protected>)
Date: 06/30/01

Instead of \n try \r\n

Robin

Jamie Thompson wrote:
>
> ok so i got
>
> mail("me <email protected>", "$message", "sms alert", "Return-Path: $email
> <$email>\nFrom: $email <$email>\nReply-To: $email <$email>\nX-Mailer: " .
> phpversion());
>
> the email appears as from root <email protected> istead of me <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 root <email protected>
>
> wtf is going on?/
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>