Once SPF, DKIM, and your marketing domain are published in DNS, it's worth independently verifying that the records are live and correct. The checks below use a free third-party tool called MX Toolbox, which queries public DNS and reports what it finds. If each record comes back green, your setup is live on the internet - not just on paper.
Quick Reference (Advanced Users) - Click to Expand
-
SPF: MX Toolbox > SPF Record Lookup. Run on both base domain and envelope/mailer subdomain. Expect all green checks and the value
v=spf1 include:_spf.act-on.net -all. -
DKIM: MX Toolbox > DKIM Lookup. Selector is
{{AOAccountID}}aoauth._domainkeyagainst your From domain. Expect green checks and a public key (key value itself will differ from anyone else's). - Custom Marketing Domain: MX Toolbox > CNAME Lookup, then load the URL in a browser and confirm it redirects. Update in Act-On at Branding > Domain > Edit.
Test SPF configuration
For optimal delivery, you need SPF on both your base domain (where the From address lives) and your envelope/mailer subdomain. The reason for both: the receiving mail server checks SPF at multiple points in the routing.
- Open MX Toolbox.
- Enter your base domain and click MX Lookup.
- The MX Lookup page has useful information but nothing about SPF yet.
- On that results page, click the down arrow next to the action button and pick SPF Record Lookup.
- You want all green checkboxes, the string
v=spf1 include:_spf.act-on.net -allin the green box, and at least one row in the lookup table below. - Repeat for your envelope/mailer subdomain (for example,
mailer.company.com). Look for the same result.
Test DKIM configuration
DKIM lookups use MX Toolbox as well. You'll need your DKIM selector, which is your Act-On Account ID followed by aoauth._domainkey, combined with your From domain.
- Back in MX Toolbox, use the right-hand drop-down and pick DKIM Lookup.
- Enter your DKIM selector and domain. For example, Act-On's own selector on
acton-success.comis{{AOAccountID}}aoauth._domainkey.acton-success.com. - Expect green checkboxes and a visible public key.
- The public key value itself will differ from the example - that's fine. You're confirming a key is present and the record is well-formed.
Test your Custom Marketing Domain
Act-On strongly recommends using separate subdomains from your top-level domain for your Envelope From and your Custom Marketing Domain. For example, on the root mycompany.com you might use mailer.mycompany.com for the envelope and info.mycompany.com for the marketing domain.
- In MX Toolbox, select CNAME Lookup and enter your marketing domain.
- Look for green checkboxes.
- Then open the marketing domain URL in your browser and verify it redirects to the URL you intended. For Act-On's own marketing domain, the CNAME redirects to Act-On's main web page.
Update the Marketing Domain in Act-On
Once the CNAME is confirmed working, update it in Act-On:
- In Act-On, go to the Branding section. The main Branding page has a Marketing Domain box showing the current setting.
- Click the Domain tab, then click Edit in the upper right.
- Enter your new CNAME marketing domain in the editing panel and save.