SPF (Sender Policy Framework) is an email authentication protocol that prevents unauthorized senders from sending emails on behalf of your domain. By validating the sending servers, SPF helps protect against spoofing and phishing.
This guide explains how to configure SPF for Salesforce, a leading customer relationship management (CRM) platform used to send email communications such as marketing campaigns, service updates, and transactional messages.
Note: If you’re already using Sendmarc for SPF management, simply copy ‘include:_spf.salesforce.com’ and follow the steps here.
To authorize Salesforce 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.salesforce.com ~all |
Example of a new SPF record:
Host | Type | Value |
---|---|---|
@ or blank | TXT | v=include:_spf.salesforce.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 Salesforce’s official documentation for SPF setup here.
Find out how to configure your Salesforce DKIM settings here.