PHP Mail Not Sending
$toMail = "me@gmail.com"; //this works - I get the email at my Gmail.com
$toMail = "me@mydomain.com"; //this doesn't - I get nothing
mail($toMail, $subject, $message, $header);
This Is the the script which i use in my cpanel from which i can access and my mail and also receive it.
-
Hello, Could you let us know what you see in /var/log/exim_mainlog when the message delivery fails? Thank you. 0
Please sign in to leave a comment.
Comments
1 comment