SPF (Sender Policy Framework) is a DNS-based email authentication method that prevents unauthorized sources from sending emails using your domain.
This guide outlines how to configure SPF for Everlytic, an email service provider equipped to send DMARC-compliant messages on your behalf.
Note: If you’re already using Sendmarc for SPF management, simply copy ‘include:eversrv.com’ and follow the steps here.
To authorize Everlytic 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:eversrv.com ~all |
Example of a new SPF record:
Host | Type | Value |
---|---|---|
@ or blank | TXT | v=spf1 include:eversrv.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 Everlytic’s official documentation for SPF setup here.
Find out how to configure your Everlytic DKIM settings here.