Jump to content

Question

Posted

Hello,
First I want to say that I cannot send SMTP from my shared hosting account. I use and setup Zoho Mail for my website, all mx, spf, dkim and dmarc are valid. Mail send from zoho is successfully delivered to recipient inbox. But when Blesta send out mail using the PHP option it goes to the recipient spam folder (gmail). Viewing the full email header from gmail shows that when sending mail using php it does not used zoho mail and instead use the default mail server on my shared hosting and spf, dkim and dmarc requested by gmail were failed.

So i think to resolve the issue i need to add my own dkim signature on the header mail send out by php. But i have no idea which file exactly send out emails for invoices, new signup, billings etc. So can anyone please point me to the direction which file i will edit to add my own signature?

Thanks

2 answers to this question

Recommended Posts

  • 0
Posted

Thanks for trying to help. I finally figured the problem, my SPF entry was not fully correct, my fault.
 

v=spf1 include:zoho.com ~all

That is what Zoho wrote on their documentation. Scrolling a little bit down on the same page they have the correct entry, i must include my server IP.

v=spf1 include:zoho.com ip4:127.0.0.1 ~all

After that has been resolved, mail send using the PHP function did not goes to the SPAM folder in gmail anymore.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...