Add MailBlastr DNS records on Vercel
Publish the SPF, DKIM, and DMARC records MailBlastr generates for your domain using Vercel’s Domains DNS records UI.
This guide walks through adding the DNS records MailBlastr generates for a domain using Vercel. Add your domain in MailBlastr first to generate the records — see Managing domains — and keep the DNS records reference open for your exact DKIM record and region.
This applies when Vercel manages your domain’s DNS — i.e. the domain’s nameservers point at Vercel (Vercel is your DNS provider), not just when a project is attached to the domain.
Open the DNS Records editor
- 1Open Domains
In the Vercel dashboard go to your team/account → Settings → Domains (or the project’s Domains tab) and select your domain.
- 2Find DNS Records
Scroll to the DNS Records section, which lists current records and has an Add form.
- 3Add each record
In the Add form choose the Type, set Name, fill in Value, and click Add. Repeat for all six records.
@ for the apex, otherwise enter just the prefix. Use mailblastr._domainkey, send, and _dmarc (not the full hostname). Vercel appends your domain automatically.DKIM — TXT
Add one TXT record holding your domain’s DKIM public key.
TypeTXToptionalA single DKIM key record.
Namemailblastr._domainkeyoptionalVercel appends .yourdomain.com, giving mailblastr._domainkey.yourdomain.com. mailblastr is the fixed selector MailBlastr uses.
Valuev=DKIM1; k=rsa; p=<public key>optionalThe DKIM key record holding your domain’s public key.
TTL60optionalVercel default (seconds); leave as-is.
SPF — MX + TXT on the send subdomain
MailBlastr uses the custom MAIL FROM subdomain send.yourdomain.com. Set Name to send for both records. Vercel’s MX form has a dedicated Priority field.
TypeMXoptionalReceives bounce and complaint feedback for the MAIL FROM subdomain.
NamesendoptionalResolves to send.yourdomain.com.
Valuefeedback-smtp.us-east-1.amazonses.comoptionalRegion-specific feedback host. Replace us-east-1 with your domain’s region.
Priority10optionalVercel’s separate MX priority field.
TTL60optionalVercel default.
TypeTXToptionalSPF policy for the MAIL FROM subdomain.
NamesendoptionalSame host as the MX — resolves to send.yourdomain.com.
Valuev=spf1 include:amazonses.com ~alloptionalAuthorizes Amazon SES for the MAIL FROM subdomain. Enter without surrounding quotes.
TTL60optionalVercel default.
DMARC — TXT on _dmarc
TypeTXToptionalDMARC policy record.
Name_dmarcoptionalResolves to _dmarc.yourdomain.com.
Valuev=DMARC1; p=none;optionalA monitoring policy to start with.
TTL60optionalVercel default.
send, _dmarc, mailblastr._domainkey), not the full domain; and do not add the SPF to the apex — it belongs on the send. subdomain.Vercel’s DNS propagates quickly given its low default TTL. Once all six records are added, return to MailBlastr and re-verify the domain.