---
title: "Campaign Monitor SPF: How to Add Campaign Monitor to Your SPF Record | AutoSPF"
description: "Learn how to add Campaign Monitor to your SPF record, improve email authentication, and help prevent SPF-related delivery issues."
image: "https://autospf.com/og/blog/how-to-add-campaign-monitor-spf-to-your-spf-record.png"
canonical: "https://autospf.com/blog/how-to-add-campaign-monitor-spf-to-your-spf-record/"
---

Quick Answer

Campaign Monitor SPF helps authenticate emails sent through Campaign Monitor and improve deliverability. Learn how to add Campaign Monitor to your SPF record, avoid configuration errors, and ensure your domain is properly authenticated.

Share 

[ ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-add-campaign-monitor-spf-to-your-spf-record%2F "Share on LinkedIn") [ ](https://twitter.com/intent/tweet?text=Campaign%20Monitor%20SPF%3A%20How%20to%20Add%20Campaign%20Monitor%20to%20Your%20SPF%20Record&url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-add-campaign-monitor-spf-to-your-spf-record%2F "Share on X/Twitter") [ ](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-add-campaign-monitor-spf-to-your-spf-record%2F "Share on Facebook") [ ](https://reddit.com/submit?url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-add-campaign-monitor-spf-to-your-spf-record%2F&title=Campaign%20Monitor%20SPF%3A%20How%20to%20Add%20Campaign%20Monitor%20to%20Your%20SPF%20Record "Share on Reddit") [ ](mailto:?subject=Campaign%20Monitor%20SPF%3A%20How%20to%20Add%20Campaign%20Monitor%20to%20Your%20SPF%20Record&body=Check out this article: https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-add-campaign-monitor-spf-to-your-spf-record%2F "Share via Email") 

![Campaign Monitor SPF](https://media.mailhop.org/autospf/spf-record-office-365-5365-1787130281623.jpg) 

SPF, or Sender Policy Framework, is an email authentication protocol that tells receiving mail servers which systems are allowed to send email for your domain. A properly published SPF record helps [mailbox providers](https://en.wikipedia.org/wiki/Mailbox%5Fprovider) such as Google verify that [outbound email](https://www.campaignmonitor.com/resources/knowledge-base/what-is-outbound-email-marketing/) claiming to come from your sender domain is legitimate. For Campaign Monitor users, campaign monitor SPF is part of a broader email authentication strategy that also includes DKIM, DMARC, domain authentication, and sender authentication.

An SPF record is published in DNS as a [TXT Record](https://www.cloudns.net/wiki/article/14/). When you send emails with Campaign Monitor, the recipients Email Server checks the SPF TXT record for your **domain and evaluates** whether Campaign Monitors Mail Servers are authorized. _If the SPF configuration is missing, malformed, or too restrictive, you may see an SPF error, failed SPF authentication, or reduced email deliverability_.

SPF matters because it helps protect email from abuse. Alongside DKIM and DMARC, SPF can help prevent email spoofing, reduce phishing risk, and improve trust in your legitimate marketing campaigns. This is especially important for brands using Campaign Monitor as an [Email Service Provider](https://www.activecampaign.com/glossary/email-service-provider) for newsletters, product announcements, customer journeys, and Marketing Automation.

![Multiple Spf Records 5201](https://media.mailhop.org/autospf/multiple-spf-records-5201-1787130312529.jpg)

## Campaign Monitor SPF Requirements and the Correct Include Mechanism

Campaign Monitor recommends adding include:\_spf.createsend.com to your domain’s SPF record. If you already have an SPF record, add the include to the existing record rather than creating a second SPF record.

include:\_spf.createsend.com

A typical SPF record example may look like this:

`v=spf1 include:_spf.createsend.com ~all`

In this SPF record value, v=spf1 is the **SPF version**, include:\_spf.createsend.com is the SPF mechanism that authorizes Campaign Monitor, and \~all is a soft fail policy. The SPF allow behavior means that messages sent through Campaign Monitors approved infrastructure can pass SPF, while unauthorized senders are treated according to the final qualifier.

If you already use other senders, such as Google Workspace, a CRM, a help desk, or another Email Service Provider, do not create a second SPF DNS record. A domain must have only one SPF record. Instead, update SPF record content by merging all authorized services into a single SPF TXT record. For example:

`v=spf1 include:_spf.google.com include:_spf.createsend.com ~all`

_This is where careful SPF syntax matters. Multiple SPF records can cause an SPF error, and too many DNS lookups can break SPF validation_. The Sender Policy Framework allows a maximum of 10 [DNS lookups](https://www.ibm.com/think/topics/dns-lookup), so each SPF include, redirect, or nested include should be reviewed. A bloated SPF configuration can harm email deliverability even if the intent is correct.

Campaign Monitor does not usually require you to list a **static SPF IP address**, because the include mechanism references Campaign Monitors maintained sending ranges. This makes SPF for Campaign Monitor easier to manage: instead of tracking changing IP ranges, you use the Campaign Monitor SPF include. Still, SPF troubleshooting is important after any [DNS Management](https://www.cloudns.net/blog/what-is-dns-management-how-to-use-cloudns-control-panel/) change because propagation delays, syntax mistakes, or duplicate records can cause failed SPF verification.

![Spf Record Checker 5260](https://media.mailhop.org/autospf/spf-record-checker-5260-1787130346136.jpg)

### How to Check Your Existing SPF Record Before Making Changes

Before you add SPF record content for Campaign Monitor, check whether your domain already has an SPF record. You can do this from your [DNS provider](https://phoenixnap.com/glossary/what-is-a-dns-provider), through command-line tools, or by using an SPF check tool from EasyDMARC or similar Deliverability Tools.

In your DNS settings, look for a TXT Record at the root domain, often represented as @. You may see an **SPF DNS record** like:

`v=spf1 include:_spf.google.com include:_spf.createsend.com ~all`

If the domain already has an SPF record, you should update SPF record content rather than creating another one. If there is no SPF record, you can set up SPF from scratch using the correct campaign monitor SPF include.

For a quick technical check, you can use:

dig TXT example.com

or:

nslookup -type=TXT example.com

For additional verification, use an SPF lookup or validation tool to check whether your Campaign **Monitor SPF configuration** is published correctly. Look for duplicate SPF records, syntax errors, missing mechanisms, and excessive DNS lookups. _You can also use dig or nslookup to inspect the published TXT records directly_.

![Spf Record Syntax 6300](https://media.mailhop.org/autospf/spf-record-syntax-6300-1787130379730.jpg)

#### What to Look For During SPF Validation

During SPF validation, confirm the following:

- Your SPF record starts with the correct SPF version: v=spf1.
- Your SPF configuration includes Campaign Monitor: v=spf1 include:\_spf.createsend.com \~all
- You have only one [SPF TXT record](https://autospf.com/blog/generate-spf-txt-records-the-ultimate-tool-for-your-domain/) for the sender domain.
- Your SPF setup does not exceed the 10-DNS-lookup limit.
- Your final mechanism, such as \~all or -all, matches your risk tolerance.
- Your DMARC configuration and DMARC policy are aligned with your authentication maturity.
- Your DKIM setup and campaign monitor [DKIM records](https://autospf.com/blog/dkim-record-lookup-find-and-fix-missing-or-misconfigured-keys/) are also active.

This review is a core part of email authentication troubleshooting. If SPF passes but DMARC fails, the issue may be [SPF alignment](https://autospf.com/blog/what-is-spf-alignment-understanding-email-security-protocols/) rather than **SPF authentication** itself. DMARC checks whether SPF or DKIM aligns with the visible From domain. _That is why campaign monitor authentication should include both campaign monitor SPF and campaign monitor DKIM, supported by a correct dkim configuration and ongoing dkim troubleshooting when needed_.

![Spf Record Syntax 4563](https://media.mailhop.org/autospf/spf-record-syntax-4563-1787130401461.jpg)

## Step-by-Step Guide to Adding Campaign Monitor to Your SPF Record

Use this step by step SPF configuration guide to add Campaign Monitor safely.

- Open your Campaign Monitor authentication settings Log in to Campaign Monitor and navigate to the area for domain authentication or manage your own authentication. The Campaign Monitor guide will show the DNS records required to authenticate your email, including campaign monitor DKIM records and any recommended SPF setup.
- Review your current DNS settings Go to your [DNS host](https://www.expressvpn.com/glossary/dns-hosting/?srsltid=AfmBOorEuqf1NTJCzik1-nvG820QpE4xjE9HsJmjDAJDXaGG7UBhU%5FhI), registrar, or **DNS Management platform**. In your domain settings, locate the existing SPF record. It will be a TXT Record beginning with v=spf1\. If you cannot find one, you will create a new SPF TXT record.
- Add the Campaign Monitor SPF include If you already have an SPF record, add the Campaign Monitor SPF include statement before the final all mechanism. For example, change:  
`v=spf1 include:_spf.google.com include:_spf.createsend.com ~all`  
If no SPF record exists, create this SPF record value:  
`v=spf1 include:_spf.createsend.com ~all`
- Save the SPF DNS record Save the updated TXT Record in your DNS provider. DNS propagation can take **minutes or several hours**. During this period, SPF verification may not pass immediately.
- Complete the DKIM setup Do not stop at SPF. Add DKIM record values from Campaign Monitor, including the DKIM [Public Key](https://www.coursera.org/in/articles/public-key) if provided. Campaign monitor DKIM is essential for strong campaign monitor authentication, DMARC alignment, and email deliverability. If the dkim configuration does not validate, use dkim troubleshooting tools to confirm the host name, selector, and record value.
- Verify SPF and DKIM Return to Campaign Monitor and verify SPF, campaign monitor DKIM, and domain verification status. You can also run an **external SPF check** through EasyDMARC. This confirms that your SPF configuration is live and that your campaign monitor SPF setup is visible to receiving [mail servers](https://www.cloudflare.com/learning/email-security/what-is-a-mail-server/).
- Configure DMARC Add a DMARC record if you do not already have one. A basic dmarc setup can start with monitoring mode:  
`v=DMARC1; p=none; rua=mailto:*dmarc*@example.com`  
Over time, analyze reports, improve email authentication, and move toward a stronger DMARC policy such as **quarantine or reject**. Proper dmarc configuration helps protect email, prevent email spoofing, and strengthen [email security](https://autospf.com/).
- Monitor deliverability and authentication results After you send emails with Campaign Monitor, review headers, DMARC reports, and deliverability metrics. If you see SPF error messages, failed SPF validation, or DMARC failures, revisit your SPF configuration, campaign monitor authentication, dkim setup, and manage your own authentication records. Continuous **email authentication troubleshooting** is the best way to maintain reliable email deliverability across Campaign Monitor campaigns.

![Brad Slavin](https://media.mailhop.org/autospf/images/authors/brad-slavin.jpg) 

[ Brad Slavin ](/authors/brad-slavin/) 

General Manager

Founder and General Manager of DuoCircle. Product strategy and commercial lead for AutoSPF's 2,000+ customer base.

[LinkedIn Profile →](https://www.linkedin.com/in/bradslavin) 

## Ready to get started?

Try AutoSPF free — no credit card required.

[ Book a Demo ](/book-a-demo/) 

Scan Your Domain Now

Instantly scan your domain for DKIM, SPF, and DMARC issues

Check My Domain 

Share this article

[ ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-add-campaign-monitor-spf-to-your-spf-record%2F) [ ](https://twitter.com/intent/tweet?text=Campaign%20Monitor%20SPF%3A%20How%20to%20Add%20Campaign%20Monitor%20to%20Your%20SPF%20Record&url=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-add-campaign-monitor-spf-to-your-spf-record%2F) [ ](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fautospf.com%2Fblog%2Fhow-to-add-campaign-monitor-spf-to-your-spf-record%2F) Copy 

Related Articles

- [ ![DIY-ing SPF](https://media.mailhop.org/autospf/images/2024/04/spf-record-example-5874.jpg)  10 Reasons Why DIY-ing SPF isn’t a Good Choice for Companies Intermediate ](/blog/10-reasons-diy-ing-spf-isnt-good-choice-for-companies/)
- [ ![phishing actors](https://media.mailhop.org/autospf/images/2025/11/spf-record-checker-0096.jpg)  The 12.4 billion shield for your email communications: Why DMARC software is the unsung hero in the war against phishing actors! Intermediate ](/blog/12-4-billion-dmarc-software-shield-protecting-email-from-phishing-actors/)
- [ ![SPF record](https://media.mailhop.org/autospf/images/2025/05/spf-record-generator-9003.jpg)  3 points to consider before setting your SPF record to -all (HardFail) Intermediate ](/blog/3-points-to-consider-before-setting-your-spf-record-hardfail/)
- [ ![421 Error SMTP Guide](https://media.mailhop.org/autospf/spf-lookup-1607-1785756872932.jpg)  421 Error SMTP Survival Guide: Fix the 4.4.2 Connection Dropped Issue Intermediate ](/blog/421-error-smtp-survival-guide-fix-connection-dropped-email-issue/)

## Related Articles

[  Intermediate 6m  10 Reasons Why DIY-ing SPF isn’t a Good Choice for Companies  Apr 4, 2024 ](/blog/10-reasons-diy-ing-spf-isnt-good-choice-for-companies/)[  Intermediate 5m  The 12.4 billion shield for your email communications: Why DMARC software is the unsung hero in the war against phishing actors!  Nov 19, 2025 ](/blog/12-4-billion-dmarc-software-shield-protecting-email-from-phishing-actors/)[  Intermediate 3m  3 points to consider before setting your SPF record to -all (HardFail)  May 22, 2025 ](/blog/3-points-to-consider-before-setting-your-spf-record-hardfail/)[  Intermediate  421 Error SMTP Survival Guide: Fix the 4.4.2 Connection Dropped Issue  Aug 3, 2026 ](/blog/421-error-smtp-survival-guide-fix-connection-dropped-email-issue/)

```json
{"@context":"https://schema.org","@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com","logo":{"@type":"ImageObject","url":"https://autospf.com/images/autospf-logo.png"},"description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"sameAs":["https://www.wikidata.org/wiki/Q138897474","https://www.linkedin.com/company/autospf","https://x.com/autospf01","https://www.g2.com/products/autospf/reviews"],"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://autospf.com/contact-us/"},"knowsAbout":["SPF Record Flattening","Sender Policy Framework","Email Authentication","DNS Management","DMARC","DKIM"]}
```

```json
{"@context":"https://schema.org","@type":"WebSite","name":"AutoSPF","url":"https://autospf.com","description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","publisher":{"@type":"Organization","name":"AutoSPF","url":"https://autospf.com","logo":{"@type":"ImageObject","url":"https://autospf.com/images/autospf-logo.png"},"description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]}}}
```

```json
{"@context":"https://schema.org","@type":"BlogPosting","headline":"Campaign Monitor SPF: How to Add Campaign Monitor to Your SPF Record","description":"Learn how to add Campaign Monitor to your SPF record, improve email authentication, and help prevent SPF-related delivery issues.","url":"https://autospf.com/blog/how-to-add-campaign-monitor-spf-to-your-spf-record/","datePublished":"2026-08-19T00:00:00.000Z","dateModified":"2026-08-19T00:00:00.000Z","dateCreated":"2026-08-19T00:00:00.000Z","author":{"@type":"Person","@id":"https://autospf.com/authors/brad-slavin/#person","name":"Brad Slavin","url":"https://autospf.com/authors/brad-slavin/","jobTitle":"General Manager","description":"Brad Slavin is the founder and General Manager of DuoCircle, the company behind AutoSPF, DMARC Report, Phish Protection, and Mailhop. He founded DuoCircle in 2014 to solve the SPF 10-DNS-lookup problem at scale and has led the company's growth to 2,000+ customers. Brad's focus is product strategy, customer relationships, and the commercial and compliance side of email authentication (DPAs, SLAs, enterprise procurement) rather than hands-on DNS engineering.","image":"https://media.mailhop.org/autospf/images/authors/brad-slavin.jpg","knowsAbout":["Email Security Strategy","SaaS Product Management","Enterprise Compliance","Customer Success","Email Deliverability Business"],"worksFor":{"@type":"Organization","name":"AutoSPF","url":"https://autospf.com"},"sameAs":["https://www.linkedin.com/in/bradslavin"]},"publisher":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com","logo":{"@type":"ImageObject","url":"https://autospf.com/images/autospf-logo.png"},"description":"Automatic SPF flattening and email authentication management. Resolve SPF lookup limits, flatten SPF records, and maintain email deliverability across all your domains.","parentOrganization":{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138883901","name":"DuoCircle LLC","url":"https://www.duocircle.com","sameAs":["https://www.wikidata.org/wiki/Q138883901","https://www.crunchbase.com/organization/duocircle-llc","https://www.linkedin.com/company/duocircle","https://github.com/duocircle"],"subOrganization":[{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138898167","name":"DMARC Report","url":"https://dmarcreport.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897474","name":"AutoSPF","url":"https://autospf.com"},{"@type":"Organization","@id":"https://www.wikidata.org/wiki/Q138897912","name":"Phish Protection","url":"https://www.phishprotection.com"}]},"sameAs":["https://www.wikidata.org/wiki/Q138897474","https://www.linkedin.com/company/autospf","https://x.com/autospf01","https://www.g2.com/products/autospf/reviews"],"contactPoint":{"@type":"ContactPoint","contactType":"customer support","url":"https://autospf.com/contact-us/"},"knowsAbout":["SPF Record Flattening","Sender Policy Framework","Email Authentication","DNS Management","DMARC","DKIM"]},"mainEntityOfPage":{"@type":"WebPage","@id":"https://autospf.com/blog/how-to-add-campaign-monitor-spf-to-your-spf-record/"},"articleSection":"intermediate","keywords":"","image":{"@type":"ImageObject","url":"https://media.mailhop.org/autospf/spf-record-office-365-5365-1787130281623.jpg","caption":"Campaign Monitor SPF"},"speakable":{"@type":"SpeakableSpecification","cssSelector":[".answer-block","h1"]}}
```

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://autospf.com/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://autospf.com/blog/"},{"@type":"ListItem","position":3,"name":"Intermediate","item":"https://autospf.com/intermediate/"},{"@type":"ListItem","position":4,"name":"Campaign Monitor SPF: How to Add Campaign Monitor to Your SPF Record","item":"https://autospf.com/blog/how-to-add-campaign-monitor-spf-to-your-spf-record/"}]}
```
