开发者

Emails sent from postfix via a Rails app are getting sent to spam in gmail

When using 'mail' command to send email to a gmail user, the email goes through fine.开发者_如何学Go When sending an email using a Rails app, the email is sent to the spam folder for the gmail user. Can someone help me think through this?


Emails landing in SPAM can happen due to many reasons:

  • Wrong Mail Server setup: Checkout here on how to setup

  • Email content: Content of the email can also invite SPAM. Sites like SpamCheck helps to check whether the content of the email is ok.

  • As mentioned by @Noli above, using services like Sendgrid, Critsend etc for sending out emails, chances of landing them in Inbox will be more. You can use them as relay servers from Postfix. But the first two steps are anyway necessary.

  • Use Mailchimp if you want to sent emails to many people, for eg: for sending out newsletters, marketing emails etc.


Mail deliverabillty is extraordinarily hard to get right. You should consider leaving this to the specialists like Sendgrid or Mailchimp, and not spend tooooo much development time thinking about it


Another thing to check is that if this is a new server, you may need to set up Domain Keys to authenticate to Gmail. This happend to me and I was able to get my mail removed from the spam folder by following these:

https://help.ubuntu.com/community/Postfix/DomainKeys

https://help.ubuntu.com/community/Postfix/DKIM

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜