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

前端之家收集整理的这篇文章主要介绍了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.f2er.com/html/230034.html

猜你在找的HTML相关文章