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:

  1. david@domain.com (Google Apps)
  2. david@gmail.com ( Standard Gmail)
  3. 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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -