Email Suite
Email Deliverability Records Tool
Help SMEs configure DNS properly to keep business emails out of spam folders. Generate SPF & DMARC records or audit live configurations.
Configure Mail Server Details
Receives aggregate reports on email deliverability (optional)
Generated DNS TXT Records
1. SPF Record (TXT)
SPF TXT Record Name (Host) @
SPF TXT Record Value v=spf1 include:_spf.google.com ~all
2. DMARC Record (TXT)
DMARC TXT Record Name (Host) _dmarc
DMARC TXT Record Value v=DMARC1; p=quarantine; pct=100
3. DKIM Record
DKIM signatures are cryptographically generated by your email provider. You must obtain the public key from your mail administration dashboard (e.g. Google Admin or Office 355 Admin) and add it as a TXT record.
Typical DNS Setup Example TXT
Host [selector]._domainkey
Value v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBC...
Understanding SPF, DKIM, and DMARC
To prevent your business emails from going to spam, modern mail systems (Gmail, Outlook, etc.) require three authentication protocols:
- SPF: **SPF** specifies which mail servers (IPs, domains) are authorized to send email on behalf of your domain name.
- DKIM: **DKIM** adds a cryptographic signature to emails, verifying that the email was actually sent by the domain owner and not altered in transit.
- DMARC: **DMARC** leverages both SPF and DKIM. It tells the receiving server what to do (none, quarantine, reject) if an email fails SPF or DKIM checks.
Auditing email records...
SPF Record
Checking... Raw SPF Text
- Audit Notes
DKIM Record
Checking... Searched Location -
Raw DKIM Text
-
Audit Notes
DMARC Record
Checking... Searched Location -
Raw DMARC Text
- Audit Notes
Related Tools
Explore other diagnostics that might help with your workflow.