Email goes to spam instead of inbox

对着背影说爱祢 提交于 2019-12-03 20:49:22
Richard

this is a BIG question with lots of complex issues, but it really boils down to three main areas:

  1. Does the email come from a server which has be delegated the authority to deliver emails for the specified domain?

  2. Is the content of the email just hyperlinks and does it contain text which would trigger spam assassin to mark as spam.

  3. Is your server blacklisted for spam

For point 1 look into how to setup SPF records for send authority. http://www.mydigitallife.info/how-to-set-up-and-create-sender-policy-framework-spf-domain-dns-txt-record-with-wizard/

For point 2 get a copy of spam assassin and run your emails through it to see the score. http://spamassassin.apache.org/

For point 3 http://whatismyipaddress.com/blacklist-check

This is not that easy. There are fair few things you have to do. For example SendGrid has some guidelines:

http://support.sendgrid.com/entries/21194967-deliverability-101

I found this blog-posting extremely useful! Give it a good read, it covers a lot of the points already mentioned here thus far:

http://www.codinghorror.com/blog/2010/04/so-youd-like-to-send-some-email-through-code.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!