Skip to main content
Senddio glossary · Sender Policy FrameworkLast reviewed: May 2026

What is SPF?

SPF (Sender Policy Framework) is an email authentication standard. You publish a DNS record listing every mail server allowed to send email from your domain. When a receiving server gets a message claiming to be from your domain, it checks the sending server against that list.

How SPF works in plain English

You publish a TXT record at the root of your domain. The record lists every server, IP range, or third-party provider that is allowed to send mail using your domain name. When a receiving mail server gets a message from your domain, it looks up the SPF record and checks whether the actual sending server is on the list. If yes, the message passes SPF. If no, the message fails SPF, and DMARC decides what happens next.

Why SPF matters

Without SPF, anyone can put your domain in the From line of an email and send it from any server. SPF makes that impersonation visible to receiving servers, which is the foundation that DKIM and DMARC build on.

What does an SPF record look like?

An SPF record is a TXT record on your root domain that looks like: v=spf1 include:_spf.senddio.com include:_spf.google.com -all. Each include adds another authorised sender. The -all at the end means "reject anything not on the list".

SPF lookup limit

SPF has a hard limit of 10 DNS lookups per record. If you have many providers, you can exceed it without realising. Senddio uses a flattened include that counts as a single lookup, which keeps you well under the limit even with several other senders.

Related terms
DKIM DMARC
FAQ

SPF — FAQ

No, but they work together. SPF authorises which servers may send on your behalf. DKIM signs the messages themselves so the contents can be verified. You need both, plus DMARC.

No. A domain may only publish one SPF record. If you need to authorise multiple providers, combine them into one record using includes.

Yes. When you verify a domain, Senddio shows you a single include line to add to your existing SPF record (or to start a new one). It counts as one DNS lookup, keeping you under the SPF lookup limit.

Senddio handles the boring parts of SPF for you.

Free plan ships every channel and every AI feature. No card to start.

Start free Read the docs
300 emails/day · All 6 channels · AI credits · No card