I am using PHP mail on Skywalker:
This works fine, unless [some email] is one of my email accounts on Nova. In which case, no email ever arrives.PHP Code:$email="[some email]";
$headers = "From: donotreply@mydomain.com\r\n";
mail($email,"Test", "Test", $headers)[
Support are telling me this is a development issue. I really don't see how, as the same script runs fine on Nova (using an appropriate sender email). Also, I do not receive cron reports from Skywalker, when the email address they are destined for is my Nova account - any other email address works fine, again.
Does anyone have any ideas?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks