Prepare the fields
Enter the selector exactly as published - case matters - and the sending domain without _domainkey suffix. The inspector assembles them into {selector}._domainkey.{domain} before issuing the query.
DNS Lookup
Choose a DNS record type to search for.
Propagation & diagnostics
Compare resolvers worldwide and inspect returned answers.
Keep history, monitor your zones and automate recurring checks.
Email authentication
Tools to verify and validate your email authentication setup.
Text
Transform, encode and measure your content in seconds.
Text case converter
Convert any block of text to upper or lower case instantly.
Base64 encoder / decoder
Encode or decode any content in Base64 without leaving the browser.
Slug generator
Transform any sentence into an SEO-friendly slug in seconds.
Word & character counter
Measure the length of any text, with instant word and character counts.
Images
Preview and validate your BIMI logos before publishing.
Certificates
Inspect CSRs, BIMI logos and VMC certificates before you deploy.
IP
Look up addresses, owners, reverse records and ranges.
Gather the selector and From domain before launching the analysis. The tool transforms them into selector._domainkey.domain and lets you choose the resolver or DNS-over-HTTPS endpoint.
Enter the selector exactly as published - case matters - and the sending domain without _domainkey suffix. The inspector assembles them into {selector}._domainkey.{domain} before issuing the query.
Test each selector during a key rotation or deliverability investigation. Alternate between available resolvers (public, custom or DoH) to verify the TXT is propagated everywhere before updating your MTA.
Errors signal missing TXT, invalid syntax or mismatch between public key and policy. Warnings highlight weaker parameters or test mode. Use resolver, latency and DoH details to distinguish configuration from propagation.
Check before sending that your DKIM public key is published correctly.
The tool resolves selector._domainkey.domain, follows any CNAME, reads the returned TXT and highlights syntax errors, keys too short or revoked and inconsistent tags. You save time and avoid failed attempts in production.
DKIM signs the message with a private key. The recipient verifies the signature with the public key published in DNS. This key lives in a TXT record at selector._domainkey.domain. Important tags are:
v=DKIM1 version
k= key type rsa or ed25519
p= public key in Base64
t= test flags y or restriction s
n= optional note
g= historical granularity rarely used
s= optional services
selector._domainkey.domain as TXT.v=DKIM1.rsa or ed25519.Base64. Empty p= = revoked key.ed25519 compact format expected.p= key revoked by mistake.Base64 characters broken copy-paste, typographic quotes.CNAME to a name that does not publish final TXT.ed25519 depending on your ecosystem.v k p and avoid exotic unnecessary tags.Authentication-Results header.