Free deliverability tool · Coming soon
DKIM record validator
DKIM signs your messages so a receiver can prove they were not altered and came from someone holding your private key. The public key lives in DNS at a selector you choose. Most providers now hand you a CNAME so they can rotate keys without asking you to touch DNS again.
Under active development: The live DNS engine for DKIM validator is currently being built. Test the interactive preview below to explore what it evaluates.
Preview Diagnosis — sada._domainkey.example.com
Sample demonstration- PassSelector resolves
CNAME → sada.dkim.sadasend.net - PassKey type
rsa - PassKey length
2048 bitsComfortably above the 1024-bit floor.
- PassProxy status
DNS onlyProxying a DKIM record breaks the lookup entirely.
Valid 2048-bit key, resolving cleanly through a CNAME.
SadaSend runs these checks continuously on your sending domains, and refuses to send until they pass — so mail Gmail would reject never leaves.
Read the docsWhat this checks
- The selector resolves and returns a key
- The record parses and the key type is supported
- Key length meets the 1024-bit minimum, 2048 preferred
- The record is not proxied — Cloudflare's orange cloud breaks DKIM
Questions
Other tools
- SPF checkerSoonCheck an SPF record, resolve every include, and count DNS lookups against the limit of ten.
- DMARC checkerSoonParse a DMARC record and explain what it actually does to mail that fails authentication.
- MX lookupSoonResolve a domain's mail exchangers, check priorities, and flag common misconfigurations.
- Blocklist checkSoonQuery major blocklists for an IP address or sending domain.
- Inbox placement testSoonSend one message to seed addresses across major providers and see where it actually lands.