微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

domain-name-system – 从Amazon SES发送到Gmail的电子邮件中删除“via”

从Amazon SES发送电子邮件时,gmail显示“通过amazonses.com发送”.我该如何删除

根据谷歌的说法,

I’m a sender and I don’t want my recipients to see the “via” link. What can I do?

Gmail checks whether emails are correctly authenticated. If your messages are sent by a bulk mailing vendor or by third-party affiliates,please publish an SPF record2 that includes the IPs of the vendor or affiliates which send your messages and sign your messages with a DKIM3 signature that is associated with your domain.

添加了SPF和DKIM记录.查看原始电子邮件时,它显示已通过.

Received-SPF: pass
Authentication-Results: mx.google.com; spf=pass …; dkim=pass …

有任何想法吗?

解决方法

设置DKIM后(求助,请参阅 this guide)并在我的域上成功验证,我仍然需要在 SES的AWS控制台中启用它 – >域名 – > DKIM

完成邮件后,Gmail邮件将不再显示通过反弹地址.

你可以看到它仍然显示邮件:amazonses.com当你查看发件人的详细信息但是没关系,因为它是真的.

重要的是,它显示为由我们的域签署.

希望它就像为您启用DKIM一样简单.

原文地址:https://www.jb51.cc/html/230034.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐