[PHP] Re: help with mail() function!

2002-07-12 Thread Thomas \"omega\" Henning
No it didn't work. I simply don't understand why its not working. I use it the same way in a nother php and it works perfectly. "Kondwani Spike Mkandawire" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Try: > > $header = "From: Test List <[EMAIL PROTECTED]>";

[PHP] Re: help with mail() function!

2002-07-12 Thread Kondwani Spike Mkandawire
Try: $header = "From: Test List <[EMAIL PROTECTED]>"; mail($to, $subject, $fullbody, $header.""); Note the extra Null String concatinated... My php.ini is also configured to show: sendmail_from= In the mail function... This is under WinNT... php 4.2.1 The Null String might work under UNIX