从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 …
有任何想法吗?
解决方法
@H_404_22@ 设置DKIM后(求助,请参阅 this guide)并在我的域上成功验证,我仍然需要在 SES的AWS控制台中启用它 – >域名 – > DKIM你可以看到它仍然显示为邮件:amazonses.com当你查看发件人的详细信息但是没关系,因为它是真的.
重要的是,它显示为由我们的域签署.
希望它就像为您启用DKIM一样简单.