SPF Checker
Fetch and parse the SPF record for any domain. We break down every mechanism, count the DNS lookups against the 10-lookup limit, read your 'all' policy, and flag the misconfigurations that quietly land your mail in spam.
Prove which servers can send as you.
SPF (Sender Policy Framework) is a TXT record listing the servers authorized to send mail for your domain. Receivers check it to fight spoofing — and a broken SPF quietly sinks your deliverability.
- 01
Fetch the record
We pull your v=spf1 TXT record from live DNS and reassemble it if it's split across multiple strings.
- 02
Parse every mechanism
include, a, mx, ip4, ip6, all — each is broken out with its qualifier so you can see exactly what's authorized.
- 03
Flag the problems
We count DNS lookups against the 10-lookup limit, check your 'all' policy, and warn on +all, deprecated ptr, and duplicate records.
SPF records, answered.
Related free tools.
SPF is solid. Is your list?
Perfect authentication won't save a list full of bad addresses. Verify yours free and protect the sender reputation SPF is meant to defend.