Not receiving emails sent using PHP from my own domain and hosting hosted with Godaddy
Hello,
I have a PHP code that sends me emails. I sent two in the process. One to my GMAIL account and another one to the @mydomain.com account. I always receive the email in GMAIL but I cannot make it reach a @mydomain.com inbox.
'MIME-Version: 1.0' . "\r\n" .
'Content-type: text/html; charset=utf-8' . "\r\n".
'X-Mailer: PHP/' . phpversion();
mydomain.com is configured with Zoho to manage the emails. I can't figure it out what else to do.I host my website with Godaddy.
We use Zoho Mail to manage our email (afrcsa.com domain). We host our website at Godaddy( IP :
107.180.3.171)
However if we use PHP mail function to send emails we do not receive them. If we send the emails to GMAIL or any other provider we do get them. I also tried to send the emails from other hosting services and we get them as well. The problem is
only when we use PHP to send emails to our afcrsa.com domain hosted at Godaddy. We do not get errors, the emails just never reach the INBOX.
Our Zoho mail also has the DKIM/SPF authentications. Please advice.
I checked the domain. No more MX RECORDS are there to create conflicts. Don't know what else to check. Please advice.