sendmail - Google Apps: Not receiving email from same domain sent by PHP mail() -
To test the email sent to PHP mail () I have the following script named phpmail.php
This sends 3 email addresses:
- david@domain.com (Google Apps)
- david@gmail.com ( Standard Gmail)
- david@otherdomain.com (Google Apps also)
The script is hosting the website "domain.com" from the server. While the same message is received by Email 2. and 3. It is not by 1. This is a common domain where PHP was executed.
Do I need to change the server to change it? Thank you.
Edit: Using the instructions from
MX is correctly setup
I have another server using this setting and it is working correctly for some reason, it is not working with this server. It is believed that (fuzzy memory) had done this work some time ago.
Resolve this problem by changing the network hostname (it was similar to Google Apps) For instructions:
Comments
Post a Comment