|
The mail is successfully sent to other email providers such as Yahoo Mail.
When sending email to hotmail addresses using PHP's mail function with Godaddy hosting, it is not received.
This may be caused by several reasons explained in this forum thread:
http://www.phpclasses.org/discuss/packag...
It may be a misconfiguration in your domain DNS, but it is more likely that your message is not composed according to the MIME e-mail standards and so it is confused with SPAM.
I suggest that you try this MIME message composing and sending class. It composes and sends standards conforming messages:
http://www.phpclasses.org/mimemessage
When sending email to hotmail addresses using PHP's mail function with Godaddy hosting, it is not received.
Hotmail addresses can only receive files of a certain capacity. It may be too big for them to receive it.
When sending email to hotmail addresses using PHP's mail function with Godaddy hosting, it is not received.
I would contact GoDaddy's support line. They may have an issue with their SMTP or something.
|