Loading...
Loading...
Generate a DKIM TXT record for your domain. Configure the selector, key type, hash algorithms, and flags — then copy the record to your DNS.
selector._domainkey.yourdomain.com that contains the public key used to verify DKIM signatures on outgoing emails. When a mail server signs an email with DKIM, it adds a cryptographic signature to the email header. Receiving servers look up the DKIM record to retrieve the public key and verify the signature, confirming the email hasn't been tampered with in transit.openssl genrsa -out private.pem 2048 for RSA) or your email service's built-in DKIM key generator. Extract the public key, base64-encode it, and publish it in a DNS TXT record at selector._domainkey.yourdomain.com. Configure your mail server to sign outgoing emails with the private key. Finally, test your setup by sending an email and checking the DKIM-Signature header, or use our DKIM Checker to verify the DNS record.