// FREE TOOL

SPF Record Checker

No signup. No limits. Same continuous check we run on every managed mailbox.

// CHECK
// LEARN

What is an SPF record?

SPF (Sender Policy Framework) is a DNS TXT record listing which mail servers can send mail for your domain. Receivers check it on every message; unlisted senders fail authentication.

How to read your result

~all = soft fail. -all = hard fail. +all is dangerous and should never appear. The 10-lookup limit is the most common silent killer — each include: counts and they chain.

Common errors that kill deliverability

Multiple SPF records (forbidden by RFC), too many includes (over 10 lookups), missing sequencer include, stray syntax characters.

Correct examples

Google Workspace: v=spf1 include:_spf.google.com ~all

Microsoft 365: v=spf1 include:spf.protection.outlook.com ~all

// FAQ

Common questions

SPF has a hard 10-lookup limit per record. Every include: counts, and includes can chain. Exceeding 10 means receivers PermFail your authentication.

CLAYINBOX runs this check continuously on every domain it manages — automatically.

// READY

Mailboxes live in 30 minutes. Everything included.