Do I need SPF or DKIM validation to send email campaigns through GoDaddy?
在大多数情况下,您将不需要任何更改即可获得SPF通行证。如果您没有设置SPF记录,您的营销活动仍将进行。此外,每个营销活动都使用我们自己的DKIM签名签名,并包含发件人ID验证。这允许进行完整的电子邮件验证,而您无需参与!
现在,尽管我们的SPF和DKIM可以满足您大多数情况的要求,但有时您的一点点完成就可以改善交付。如果您遇到的是传送问题(不是由内容引起的),更改您自己用作发件人地址的域名的DNS记录可能会有所帮助。
如果您的域名由GoDaddy托管,则这些其他记录可能已包含在您域名的DNS中。在这种情况下,无需采取进一步措施。否则,您可以添加以下内容:
对于SPF:
If your domain currently has an SPF record set up, you can add include:spf.em.secureserver.net to it.
或者,如果您尚未进行设置,则为yourdomain.com创建TXT记录,值为v=spf1 include:spf.em.secureserver.net ~all
最好包含我们的SPF信息,不要包含单个IP范围,因为这些范围将来可能会更改,并且可能会破坏您的电子邮件身份验证。
对于自定义DKIM:
为创建CNAME记录sable.cloud._domainkey与值dkim.cloud.em.secureserver.net
为创建CNAME记录sable.cloud2._domainkey与值dkim.cloud2.em.secureserver.net
Those custom DKIM records can also come in handy if your sender domain has a strict DMARC policy, and in some cases may be enough to pass DMARC. However, to ensure full domain alignment when sending mail through GoDaddy email marketing, it's a good idea to also include custom Return-Path:
对于自定义的Return-Path:
为创建CNAME记录bounces.cloud.em与值cbounces.cloud.em.secureserver.net
为创建CNAME记录bounces.cloud2.em与值cbounces.cloud2.em.secureserver.net
相关步骤
- If you have a domain with GoDaddy, you can follow the steps for adding an SPF record.