What SPF checks
SPF tells receivers which servers are allowed to send email for a domain. A valid SPF record helps prevent unauthorized servers from passing as your domain.
Look up a domain's SPF record, count includes, and identify common SPF configuration risks.
SPF lookup with include count, multiple-record warnings, and hard/soft fail guidance.
SPF records
0
Keep exactly one SPF record.
Includes
0
Under the common danger zone.
SPF TXT
0 recordscompany.com
No record returned
A useful SPF checker should cover lookup results, why SPF matters, syntax, includes, lookup limits, softfail/hardfail, and best practices.
SPF tells receivers which servers are allowed to send email for a domain. A valid SPF record helps prevent unauthorized servers from passing as your domain.
Publish exactly one SPF record, keep includes under the practical DNS lookup limit, remove old senders, and use an intentional ending mechanism such as ~all or -all.
Frequent issues include multiple SPF records, too many include mechanisms, stale vendors, typos in mechanisms, missing v=spf1, and using broad IP ranges without a reason.
SPF stands for Sender Policy Framework. It is a DNS TXT record that lists the servers authorized to send email for a domain.
No. A domain should have exactly one SPF record. Multiple SPF records can cause validation failures.
SPF evaluation is limited to 10 DNS lookups. Too many include, a, mx, redirect, or exists mechanisms can break SPF.
~all is a softfail that signals unauthorized senders are suspicious. -all is a hardfail that signals unauthorized senders should fail SPF.
Email deliverability test
Checks MX, SPF, DKIM, DMARC, subject length, links, and spam-risk language in one pass.
Email spam checker
Paste outbound copy and get risky words, link density, formatting, and rewrite guidance.
DMARC checker
Live TXT lookup with plain-English interpretation of p=none, quarantine, reject, rua, and pct.
DKIM checker
Selector and domain lookup that validates DKIM syntax and common provider selectors.