Add MailBlastr DNS records on GoDaddy
Publish the SPF, DKIM, and DMARC records MailBlastr generates for your domain using the GoDaddy DNS Management page.
This guide walks through adding the DNS records MailBlastr generates for a domain using GoDaddy’s DNS Management page. First add your domain in MailBlastr to generate the records — see Managing domains — and keep the DNS records reference open for your exact DKIM record and region.
These steps assume GoDaddy is hosting your DNS (the default when you register with them). If you pointed the domain at custom nameservers, add the records wherever those nameservers are hosted instead.
Open DNS Management
- 1Open your domain portfolio
Sign in at godaddy.com, open the account menu, and choose My Products. Find your domain and click DNS (or Manage DNS).
- 2Find the Records section
On the DNS Management page scroll to Records. This table lists existing records and has an Add (or Add New Record) button.
- 3Add each record
Click Add, pick the Type, fill in the fields below, and Save. Repeat for all six records.
mailblastr._domainkey, send, and _dmarc (not the full …yourdomain.com). Entering the full hostname produces a doubled name like send.yourdomain.com.yourdomain.com.DKIM — TXT
Add one TXT record holding your domain’s DKIM public key.
TypeTXToptionalA single DKIM key record.
Name (Host)mailblastr._domainkeyoptionalGoDaddy appends .yourdomain.com, giving mailblastr._domainkey.yourdomain.com. mailblastr is the fixed selector MailBlastr uses.
Value (Points to)v=DKIM1; k=rsa; p=<public key>optionalThe DKIM key record holding your domain’s public key.
TTL1 HouroptionalGoDaddy default is fine.
SPF — MX + TXT on the send subdomain
MailBlastr uses the custom MAIL FROM subdomain send.yourdomain.com. On GoDaddy enter send in the Host/Name field for both the MX and the TXT.
TypeMXoptionalReceives bounce and complaint feedback for the MAIL FROM subdomain.
Name (Host)sendoptionalResolves to send.yourdomain.com.
Value (Points to)feedback-smtp.us-east-1.amazonses.comoptionalRegion-specific feedback host. Replace us-east-1 with your domain’s region.
Priority10optionalGoDaddy has a dedicated Priority field for MX records.
TTL1 HouroptionalGoDaddy default.
TypeTXToptionalSPF policy for the MAIL FROM subdomain.
Name (Host)sendoptionalSame host as the MX — resolves to send.yourdomain.com.
Valuev=spf1 include:amazonses.com ~alloptionalAuthorizes Amazon SES for the MAIL FROM subdomain. Paste without surrounding quotes.
TTL1 HouroptionalGoDaddy default.
DMARC — TXT on _dmarc
TypeTXToptionalDMARC policy record.
Name (Host)_dmarcoptionalResolves to _dmarc.yourdomain.com.
Valuev=DMARC1; p=none;optionalA monitoring policy to start with.
TTL1 HouroptionalGoDaddy default.
send, _dmarc, mailblastr._domainkey) — never the full domain; do not add a trailing dot to CNAME/MX values; and if a default GoDaddy SPF record already exists at the apex, leave it alone — MailBlastr’s SPF belongs on the send. subdomain.GoDaddy DNS changes typically propagate within an hour. Once all six records are saved, return to MailBlastr and re-verify the domain.