DNS Record Generator
Generate correct SPF, DKIM, and DMARC records to improve email deliverability.
SPF Record
v=spf1 mx a include:_spf.google.com -all
DMARC Record
_dmarc.example.com
IN TXT
"v=DMARC1; p=quarantine; rua=mailto:[email protected]; ruf=mailto:[email protected]"
IN TXT
"v=DMARC1; p=quarantine; rua=mailto:[email protected]; ruf=mailto:[email protected]"
Note on DKIM: DKIM records depend on a private key generated by your email provider (Google Workspace, AWS SES, etc.). You cannot generate a valid DKIM record here from scratch without the private key key-pair generation which should happen on your mail server.