This is a reference guide for configuring DKIM on GoDaddy. Use it while editing DNS or when troubleshooting deliverability.
Tip: Configure DKIM for GoDaddy in minutes. This guide keeps it practical and safe. Then verify everything with the InboxGreen Free Checker.
Provider-specific notes for GoDaddy
- GoDaddy's DNS editor uses @ for root records. When adding SPF, check for an existing v=spf1 record first - if one exists, edit it rather than adding a second one.
- GoDaddy propagation can be slow. Wait at least 30 minutes before verifying after a change, and use dig rather than GoDaddy's own checker.
- GoDaddy → My Products → Domains → DNS.
What you’ll need
- Access to GoDaddy to generate a DKIM key and selector.
- DNS provider access to publish a
TXTrecord atselector._domainkey.
Generate your DKIM key
In GoDaddy, generate a DKIM key and note the selector. Providers often suggest something like depends on your email provider (check Email Deliverability in cPanel).
GoDaddy → My Products → Domains → DNS.
Publish the record
- Create a
TXTrecord at hostselector._domainkey(replaceselectorwith your actual selector name). - Paste the full value starting with
v=DKIM1; k=rsa; p=and save. - Wait for DNS propagation.
Verify DKIM
- Send a test email to a Gmail address and use “Show original” to confirm “DKIM: PASS”.
- Or run:
dig TXT selector._domainkey.yourdomain.com +short
Common mistakes
- Using the wrong host so the record becomes
selector._domainkey.yourdomain.com.yourdomain.com. - Breaking the value by wrapping or truncating the TXT string.
- Publishing a record for the wrong selector and then validating on another.
Related for GoDaddy
Free Deliverability Scan
Check SPF, DKIM, DMARC and List-Unsubscribe for your domain in seconds.