使用带有 Domain.com 的 sendgrid 进行 DNS 记录验证

DNS record validation using sendgrid with Domain.com

我几乎无法为 Domain.com 找到任何帮助。 我正在尝试设置 SendGrid 域身份验证。我得到的只是错误。

SendGrid 端:

Failed
Expected CNAME for "em.....[mywebsite].com" to match "..........sendgrid.net".

Expected CNAME for "s1._domainkey.[mywebsite].com" to match "s1.domainkey.........sendgrid.net".

Expected CNAME for "s2._domainkey.[mywebsite].com" to match "s2.domainkey...........sendgrid.net". 

在Domain.com这边我是这样设置的:

**Record**  **Name**             **Content**
CNAME   em....           ..........sendgrid.net
CNAME   s1._domainkey    s1.domainkey...........sendgrid.net
CNAME   s2._domainkey    s2.domainkey...........sendgrid.net

有谁知道我做错了什么吗?

此处为 Twilio SendGrid 开发人员布道师。

如果您 lookup the DNS records for your domain 您会看到没有列出的 CNAME 记录。但是,您还会看到您的名称服务器与 Digital Ocean 一起列出。因此,在 domain.com 中进行更改不会对您的域产生影响,因为它们不再控制名称服务器。

我建议您登录 Digital Ocean 并在那里为您的域设置 CNAME 记录。然后您就可以顺利地使用 SendGrid 设置域身份验证了。