Mails sent from GAE go in the spam folder of hotmail even after editing SPF record

六眼飞鱼酱① 提交于 2020-02-21 13:47:32

问题


Just wondering if someone else found a solution to the following :

--> I have an application running on GAE sending emails

--> These emails are delivered with no problem to gmail accounts but arrive in the spam folder of hotmail

--> I have adapted the SPF record in the nameserver to "v=spf1 include:_spf.google.com ~all" but that did not help

There are a few discussions on this subject in the past but not clear on whether or not there is another solution than asking people to add the application email in the contact list.

Thanks !


回答1:


You should also add DKIM now that AppEngine finally supports it.




回答2:


For anyone who is having the same issue.

Problem description

Mail sent from Google App Engine are delivered correctly to gmail.com but arrive in the spam folder of hotmail.com and are even automatically deleted from other

Solution

Two steps to follow:

  1. In the SPF record in the nameserver, include "v=spf1 include:_spf.google.com ~all"
  2. If you email accounts are managed by Google Apps, follow the DKIM procedure. This involves adding TXT records in your nameserver. Some companies offer to update this on-line, I add to exchange emails with the support of my registrar.


来源:https://stackoverflow.com/questions/11774590/mails-sent-from-gae-go-in-the-spam-folder-of-hotmail-even-after-editing-spf-reco

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