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 Freshdesk, a cloud-based customer support solution that sends email notifications, replies, and alerts on behalf of your support team.
Note: If you’re already using Sendmarc for SPF management, simply copy ‘include:email.freshdesk.com’ and follow the steps here.
To authorize Freshdesk 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:email.freshdesk.com ~all |
Example of a new SPF record:
Host | Type | Value |
---|---|---|
@ or blank | TXT | v=spf1 include:email.freshdesk.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 Freshdesk’s official documentation for SPF setup here.
Find out how to configure your Freshdesk DKIM settings here.