I setting email code in over module in magento. The code is work fine but when i check email they are found in Spam or junk mail. My question is how to prevent this email where they dose not goes to junk or Spam box. thanks in advance
I setting email code in over module in magento. The code is work fine but when i check email they are found in Spam or junk mail. My question is how to prevent this email where they dose not goes to junk or Spam box. thanks in advance
After all the possible solution you have done and still not get mail in Inbox then contact to your server people and tell him to restart the server once.
Make sure that you have relevant SPF and DKIM records for your web server's IP in the DNS settings for your domain. It may be that your web server is not listed as an authorised sender of email for your domain.
I was struggling with Magento email delivery when I first started hosting Magento. I've always used Postfix and after setting spf, dkim, etc. I was able to get a score of 9/10 however, most my hotmail customers still see emails in junk folder. The pressure from clients was enormous especially when they hear the word 'junk', no matter how much you explain to them (such as domain reputation).
Anyway I had to hang it up because at that stage that was all I could do. Recently I started to use GC and because GC blocks port 25 for outgoing, I cannot even get Postfix working at all. So I had to configure Postfix using G Suit SMTP relay and suprising it worked really well, even with Microsoft emails (land in inbox rather than junk folder).
So for all you guys struggling with Magento email deliverbility out there, you should give this approach a go. If you don't like messing around with server, you can use third party SMTP such as SendGrid which I also had good success with. Cheers.