I have been round and round on this with my hosting provider Total Choice Hosting, and they insist they have made no changes - and then when they run the following test - that PHP mail is working.
But - the mail from my PhotoPost is still not working!
http://sudsol.org/testmail2.php
----------------------
$to = 'testsup123@yahoo.com';
$subject = 'testing..';
$message = 'yo, whassup?';
$headers = "From:
patti@sudsol.orgrn" .
'X-Mailer: PHP/' . phpversion() . "rn" .
"MIME-Version: 1.0rn" .
"Content-Type: text/html; charset=utf-8rn" .
"Content-Transfer-Encoding: 8bitrnrn";
mail($to, $subject, $message, $headers);
?>
----------------------
I have set from header as " From:
patti@sudsol.org "