SPF (Sender Policy Framework) is an email authentication protocol designed to prevent unauthorized senders from using your domain to send emails. By validating the IP addresses of approved sending servers, SPF helps protect your domain against spoofing and phishing attacks.
This guide explains how to configure SPF for your domain when using Campaign Monitor as your email service provider.
Note: If you’re already using Sendmarc for SPF management, simply copy ‘include:_spf.createsend.com’ and follow the steps here.
To authorize Campaign Monitor to send emails on your domain’s behalf:
Example of an updated SPF record:
Host | Type | Value |
---|---|---|
@ or blank | TXT | v=spf1 include:another.net include:_spf.createsend.com ~all |
Example of a new SPF record:
Host | Type | Value |
---|---|---|
@ or blank | TXT | v=spf1 include:_spf.createsend.com ~all |
Allow up to 48 hours for DNS propagation, depending on your DNS host.
For detailed instructions on how to update your SPF record through Sendmarc, refer to the Sendmarc SPF Setup Documentation.
Refer to Campaign Monitor’s official documentation for SPF setup here.
Find out how to configure your Campaign Monitor DKIM settings here.