Back to Glossary
Deliverability 2 min read
Last updated: May 2026

What is SPF (Sender Policy Framework)?

A DNS record that specifies which mail servers are authorized to send email on behalf of your domain.

SPF (Sender Policy Framework) is an email authentication protocol that prevents spammers from sending emails on behalf of your domain. It works by publishing a DNS TXT record that lists all IP addresses and mail servers authorized to send email from your domain.

How SPF Works

  1. You publish an SPF record in your domain's DNS (e.g., v=spf1 include:_spf.google.com ~all).
  2. When a recipient's server receives an email from your domain, it checks the SPF record.
  3. If the sending server's IP matches the SPF record, the email passes.
  4. If it doesn't match, the email is flagged or rejected.

Why SPF Matters for Cold Email

SPF is one of three pillars of email authentication (alongside DKIM and DMARC). Without SPF, anyone can spoof your domain and send emails pretending to be you. This leads to domain blacklisting and catastrophic deliverability damage.

Common SPF Mistakes

  • Too many DNS lookups: SPF has a 10-lookup limit. Adding too many include: statements causes SPF to fail silently.
  • Using +all: This allows any server to send as your domain. Always use ~all (soft fail) or -all (hard fail).
  • Forgetting secondary sending services: If you use SmartLead, Instantly, or any third-party tool, their servers must be included in your SPF record.

Related Terms

DKIM (DomainKeys Identified Mail)

An email authentication protocol that lets the recipient verify an email was act...

DMARC (Domain-based Message Authentication)

An email authentication protocol that builds on SPF and DKIM to give domain owne...

Domain Reputation

A score assigned to your email domain by inbox providers that determines whether...

Want Us to Handle This For You?

Now you know what SPF (Sender Policy Framework) means. Let FlowStrata implement it as part of a fully managed outbound engine that books qualified meetings on your calendar.

Browse More Terms