SPF Record Checker: Analyze SPF TXT Records, Includes and Policy
Check the SPF record of a domain and understand which servers are allowed to send email. The tool detects SPF records, mechanisms, includes, IP ranges and the final policy such as -all, ~all, ?all or +all.
What is an SPF record?
An SPF record is a TXT record that lists which mail servers are allowed to send email for a domain. Receiving servers can compare the sender with this policy to reduce spoofing and forged messages.
How to read SPF results
- include is used when a third-party service sends email for you.
- ip4 and ip6 authorize specific address ranges.
- -all is strict, ~all is soft fail, and +all is usually unsafe.
FAQ
Can a domain have multiple SPF records?
A domain should normally have one SPF record. Multiple SPF records can create validation problems.
Does SPF protect the visible From address?
SPF checks the envelope sender. DMARC is needed to align authentication with the visible From domain.













