Generate a valid DKIM TXT in seconds. Paste your public key, add selector & domain, copy & publish.
DKIM (DomainKeys Identified Mail) lets receivers verify that messages were authorized by your domain
and not altered in transit. You publish a TXT record at <selector>._domainkey.<domain>
containing your public key. Sending systems sign messages with the private key; receivers validate
with this TXT.
A solid DKIM setup improves deliverability and is a core requirement for DMARC. Use DKIM together with SPF and DMARC for best results.
selector1) and generate a DKIM keypair
(2048-bit recommended) in your mail system or MTA.
<selector>._domainkey.<your-domain>v=DKIM1; k=rsa; p=<public-key>
Paste your public key (PEM or raw), add selector and domain. We’ll clean and build the exact DNS TXT.
Publish as a TXT at the hostname below.
Common questions about DKIM records
<selector>._domainkey.<domain> and paste the
generated value.