DKIM Record Builder
Build a valid DKIM DNS TXT record step by step
DNS Hostname
selector._domainkey.yourdomain.comTXT Record Value
v=DKIM1; s=email; p=YOUR_PUBLIC_KEY_HEREAdd a TXT record with the hostname above and the record value as its content.
Selector Name
The selector identifies this specific DKIM key. Common values include default, google, s1, or a date like 202604.
Domain
Public Key
Paste your DKIM public key below. PEM headers and whitespace will be stripped automatically.