Registrar guide

Adding a DKIM Record in Hover DNS

DKIM is a TXT at [selector]._domainkey. In Hover, put only the subdomain part in Hostname — not the full FQDN — unless your panel says otherwise.

Exact fields (example)

Type: TXT Hostname: google._domainkey Content: v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A... TTL: Auto / Automatic

Name field

If the UI shows the full hostname preview, you still usually type only google._domainkey — not your registrable domain twice.

Check DKIM after publish

Open DNS Preflight →

Step by step

Step 1 Copy the hostname and TXT value from your email provider (Google, Microsoft, SendGrid, etc.).
Step 2 Go to Hover → your domain → DNS and click Add a record → TXT.
Step 3 Enter only the subdomain part in Hostname (e.g. google._domainkey). Hover usually appends your domain automatically.
Step 4 Paste the full Content/value including v=DKIM1 and the long p= string.
Step 5 Save. Wait a few minutes.
Step 6 Run DNS Preflight to confirm DKIM passes and key strength looks sane.

FAQ

What goes in Hostname for DKIM?

Usually just the subdomain portion for that selector — e.g. google._domainkey. Your provider’s doc is authoritative.

Will Hover truncate long DKIM keys?

Most modern panels, including major registrars, handle long TXT. Paste the full p= value. If verification fails, re-paste without line breaks.

Can I have multiple DKIM selectors?

Yes — different selectors are different hostnames. They don’t conflict.

DNS Preflight shows pass but my dashboard says pending — why?

Providers poll on their schedule. If DNS answers look correct, give their checker time.

Do I need CNAME instead of TXT?

Some hosts use CNAME for DKIM alignment — follow your provider. This guide covers TXT publication.