Friday, October 30, 2015

Email getting marked as spam by gmail, hotmail but OKed by spamassassin

I am having some issues with emails getting sent from one of my websites using the PHP mailer. When I am using my own email server with spamassassin the emails come through without a problem, but with gmail and hotmail they go straight to the junk box! I can't for the life of me figure out why.



I've tried several things including setting up SPF (no idea if I did it properly though).



I used the Brandon Checketts website to run an email test and the SpamAssassin score from the email came back as 1.1 which indicates it is okay... I've run out of ideas!



Here is the full report from Brandon Checketts.



UPDATE:




I tried to use DKIM as a way of resolving this issue but I'm now having a problem with that. I'm getting this error message from Brandon Checketts:



result = fail
Details: message has been altered

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...