DKIM Record Generator
Generate the DNS TXT record for DKIM email authentication. Paste your public key and configure your selector.
Common selectors: default, google, selector1, s1
default._domainkey.example.com
v=DKIM1; k=rsa; p=<your-public-key>
What is DKIM?
DKIM (DomainKeys Identified Mail) adds a cryptographic signature to every message you send. The receiving server verifies it against a public key published in your DNS, proving the message really came from your domain and was not altered in transit.
How DKIM helps deliverability
DKIM is one of the three authentication checks (with SPF and DMARC) that mailbox providers use to decide whether to trust your mail. A valid DKIM signature is required to pass DMARC by alignment, and Google and Yahoo now require it for bulk senders.
Using the generated record
Publish the generated public key as a TXT record at selector._domainkey.yourdomain.com, keep the matching private key in your sending platform, and confirm the signature passes before depending on it.