> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sentfrom.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# DNS: GoDaddy

> Publish your SentFromAI DNS records in GoDaddy.

After adding a [custom domain](/guides/custom-domains), add the DKIM, SPF, DMARC, and MX records
SentFromAI returned in GoDaddy.

<Steps>
  <Step title="Open DNS management">
    GoDaddy → **My Products** → your domain → **DNS** → **Manage Zones / Add Record**.
  </Step>

  <Step title="Enter the subdomain part only">
    GoDaddy automatically appends your domain to the **Name** field. So for a record named
    `token._domainkey.mail.yourco.com`, enter just `token._domainkey.mail` — **without** the
    trailing `.yourco.com`. (For a record at the domain root, use `@`.)
  </Step>

  <Step title="Add DKIM (CNAME ×3), SPF + DMARC (TXT), and MX">
    Add each record with its Type, the Name adjusted as above, and the Value/Points-to exactly as
    shown. MX records use **Priority 10**.
  </Step>
</Steps>

<Warning>
  The most common GoDaddy mistake is leaving the full hostname in **Name** — GoDaddy then creates
  `token._domainkey.mail.yourco.com.yourco.com`. Enter only the part **before** your domain.
</Warning>

SentFromAI verifies automatically once the records resolve. Check the **Domains** page in the
[dashboard](https://console.sentfrom.ai) or call `POST /domains/{id}/verify` to re-check.
