Porkbun
Publish the SPF, DKIM, and DMARC records MailBlastr generates for your domain using Porkbun’s DNS editor.
This guide walks through adding the DNS records MailBlastr generates for a domain using Porkbun. 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.
It is best practice to use a subdomain (e.g. updates.example.com) instead of the root domain for reputation segmentation.
Log in to Porkbun
- 1Open your domain
Log in at porkbun.com/account/domainsSpeedy.
- 2Open DNS
Select the DNS option under your domain to reach the page where you manage DNS records.
- 3Add each record
Use Add / Add Record for every entry below — the DKIM TXT record, the SPF MX and TXT, and the DMARC TXT.
mailblastr._domainkey, send, and _dmarc, never the full …example.com.DKIM — TXT
Add one TXT record holding your domain’s DKIM public key. Copy the value from your domain configuration page in MailBlastr.
TypeTXToptionalA single DKIM key record.
Hostmailblastr._domainkeyoptionalPorkbun appends .example.com, giving mailblastr._domainkey.example.com. mailblastr is the fixed selector MailBlastr uses.
Answer / Valuev=DKIM1; k=rsa; p=<public key>optionalThe DKIM key record holding your domain’s public key.
TTL600optionalPorkbun default.
SPF — MX on the send subdomain
MailBlastr uses the custom MAIL FROM subdomain send.example.com. Choose MX, set Host to send, paste the MailBlastr MX value into Answer / Value, and set Priority to 10.
TypeMXoptionalReceives bounce and complaint feedback for the MAIL FROM subdomain.
HostsendoptionalResolves to send.example.com.
Answer / Valuefeedback-smtp.us-east-1.amazonses.comoptionalRegion-specific feedback host. Replace us-east-1 with your domain’s region.
Priority10optionalUse 20/30 if 10 is already taken on that host.
TTL600optionalPorkbun default.
SPF — TXT on the send subdomain
TypeTXToptionalSPF policy for the MAIL FROM subdomain.
HostsendoptionalSame host as the MX — resolves to send.example.com.
Answer / Valuev=spf1 include:amazonses.com ~alloptionalAuthorizes Amazon SES for the MAIL FROM subdomain.
TTL600optionalPorkbun default.
DMARC — TXT on _dmarc
TypeTXToptionalDMARC policy record.
Host_dmarcoptionalResolves to _dmarc.example.com.
Answer / Valuev=DMARC1; p=none;optionalA monitoring policy to start with. See Implementing DMARC.
TTL600optionalPorkbun default.
send, _dmarc, mailblastr._domainkey), never the full domain; and never reuse an existing MX priority on the same host.Once all six records are saved, return to MailBlastr and re-verify the domain. If it stays pending, see What if my domain isn’t verifying?.