Posted by Vic Spainhower on 01/14/06 01:19
Hello,
Is there any way to determine why a PHP mail message is not delivered? I
have a particular user who is not receiving mail from my PHP application and
I don't know why, it just totally disappears. Using the following test did
not work either.
$to = 'gladys@herwebsite.com';
$subject = 'Wakeup Gladys!';
$message = '<b>yo</b>, whassup?';
$headers = "From: vic@mywebsite.com\r\n" .
'X-Mailer: PHP/' . phpversion() . "\r\n" .
"MIME-Version: 1.0\r\n" .
"Content-Type: text/html; charset=utf-8\r\n" .
"Content-Transfer-Encoding: 8bit\r\n\r\n";
Thanks for any help received!
Vic
Navigation:
[Reply to this message]
|