DMARC record for GoDaddy
How to add a DMARC record when DNS or mail is at GoDaddy. Real steps, then a live lookup.
GoDaddy is often the registrar and the DNS host. If NS records point elsewhere, these steps will not apply.
- Add TXT, name _dmarc, value v=DMARC1; p=none; rua=mailto:you@yourdomain.com
- Save, wait the TTL, then look it up.
Official docs: GoDaddy. Other records for this provider: SPF · DKIM · DMARC
Check it live
Check the DMARC record
Look up the live DNS after you save. This tool does not spend credits.
v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com
Publish as TXT at _dmarc.yourdomain.com. Start at p=none until SPF and DKIM pass on real mail.
Related
- SPF record for GoDaddy
How to add a SPF record when DNS or mail is at GoDaddy. Real steps, then a live lookup.
- DKIM record for GoDaddy
How to add a DKIM record when DNS or mail is at GoDaddy. Real steps, then a live lookup.
- DMARC record for GoDaddy
How to add a DMARC record when DNS or mail is at GoDaddy. Real steps, then a live lookup.
- SPF, DKIM and DMARC checker
Look up the three DNS records that decide whether Gmail and Outlook trust mail from a domain.