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]>";
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
2 matches
Mail list logo