Setting up DKIM means publishing one DNS record at your hosting provider - a CNAME that Act-On Support gives you during onboarding. Exactly where you click to publish that record depends on which provider hosts your DNS. This article walks through the five we see most often: Cloudflare, GoDaddy, Bluehost, HostGator, and Network Solutions.
Quick Reference (Advanced Users) - Click to Expand
Jump to: Cloudflare | GoDaddy | Bluehost | HostGator | Network Solutions.
Record type is CNAME by default. If your provider doesn't accept underscores in CNAME names (Network Solutions is the usual culprit), ask Act-On Support to reissue as a TXT record.
Cloudflare
Cloudflare's own help has the clearest walkthrough: Create DNS Records. Use the CNAME name and value Act-On Support provided.
GoDaddy
- Log into GoDaddy.com.
- Find your domain, open the Domain Edit Options, and select Edit DNS.
- At the bottom of the Records section, click Add New Record.
- Select the CNAME type and enter the values from Email From Setup.
- Replace
{{AOAccountID}}with your actual Act-On account ID. - Don't include your domain in the Host field - GoDaddy adds it automatically.
- Replace
- Click Save.
Once saved, DNS can take up to 24 hours to fully propagate. After that, Act-On can activate DKIM on your account.
Bluehost
- Log into your Bluehost account.
- Go to Domain Management and click DNS Zone Manager.
-
Select the domain you're setting DKIM up for, and enter:
- Host Record / Name: the DKIM record Act-On Support provided during technical setup.
- TTL: Time to Live in seconds. 3600 (one hour) is typical.
- Type: CNAME.
- Points To / Record: the value Act-On Support provided.
- If Bluehost won't accept underscores in the name, use a TXT record instead. Contact Act-On Support to have your record reissued as TXT.
- Host Record / Name: the DKIM record Act-On Support provided.
- TTL: 3600 or your provider's default.
- Type: TXT.
- TXT Value / Record: the string of text and numbers Act-On Support provided.
- At the top right, click Save All Records.
DNS can take up to 24 hours to propagate. After that, Act-On can activate DKIM on your account.
._domainkey.HostGator
- Log into your HostGator account.
- Go to Websites & Domains > DNS Settings.
- Select the domain you'd like to set DKIM up for.
-
Fill in:
- Record type: CNAME.
- Host Record (Domain name): the DKIM record Act-On Support provided during technical setup.
- TTL: 3600 or your provider's default.
- Canonical name: the target Act-On Support provided.
- Click Add Record.
If HostGator won't accept underscores in the name, use a TXT record. Act-On Support will provide a TXT record value for you.
- Record type: TXT.
- Host Record (Domain name): the DKIM record Act-On Support provided.
- TTL: 3600 or your provider's default.
- TXT Data: the string of text and numbers Act-On Support provided.
Click Add Record. DNS can take up to 24 hours to propagate.
._domainkey.Network Solutions
- Log into your Network Solutions account.
- Go to Domain Name > Advanced Tools, then click Manage next to Advanced DNS Records.
- Find the domain you're setting up DKIM for and click the pencil icon on the right.
- In the window that opens, enter:
-
Refers to / Host: the host Act-On Support provided during technical setup, in the form
13048aoauth._domainkey.yourdomain.com. You don't need to include your domain in the Host field. -
TXT Value / Text: the TXT record value Act-On Support provided. It looks similar to this:
k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2j1MGq5hvFNKYM6WK3EX9R97A2Ca65hR6rC4H9D1c30Wy2a94sLbz7D33KcAaSXeuRqyP
-
Refers to / Host: the host Act-On Support provided during technical setup, in the form
- Click Save or Next at the bottom. A second window opens - make sure to click Save Changes there, or your new records won't be applied.
- Once saved, DNS takes 4 to 24 hours to propagate. Once Act-On can see that the host is pointing to the correct TXT record, your Onboarding Manager can activate DKIM on your account.