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 Spiceworks, a help desk and IT management platform that sends email notifications through third-party services like SendGrid.
You’ll need to configure your email domain’s SPF records to ensure that Cloud Help Desk notifications from Spiceworks aren’t flagged as spam.
Because Spiceworks uses SendGrid to relay its outbound email, you’ll need to include the following directive in your SPF record:
v=spf1 include:sendgrid.net ~all |
Note: If you’re already using Sendmarc for SPF management, simply copy ‘include:sendgrid.net’ and follow the steps here.
To authorize Spiceworks 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:sendgrid.net ~all |
Example of a new SPF record:
Host | Type | Value |
---|---|---|
@ or blank | TXT | v=spf1 include:sendgrid.net ~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 Spicework’s official documentation for SPF setup here.
Find out how to configure your Spiceworks DKIM settings here.