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

[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