SPF record
checker
Pull up any domain's SPF record and see exactly what it authorizes — a mechanism-by-mechanism breakdown that flags mistakes before they dent your deliverability.
SPF, from the ground up.
It's your domain's first barrier against spoofed and phishing mail.
Authorise senders
Publishing an SPF record declares which servers may send as your domain. Anything not on that list fails the check.
Prevent spoofing
An SPF record gives receiving servers the evidence they need to spot forged mail and turn it away — without one, impersonation goes undetected.
10 lookup limit
Each evaluation may trigger at most 10 DNS lookups. Go over and you get a PermError that breaks SPF outright — so keep an eye on the count.
SPF is not enough alone
The check applies to the envelope sender, not the From header users actually read. DMARC is the layer that connects SPF (and DKIM) results to the visible sender and blocks spoofing.
One record only
Exactly one v=spf1 TXT record per domain — no more. Duplicates produce a PermError, so fold every sending source into a single record.
Hard fail vs softfail
-all (hard fail) tells receivers to reject unlisted senders outright; ~all (softfail) merely flags them. Move to -all in production once your sender list is complete.
SPF, DKIM, DMARC — without the homework.
Domain authentication comes with guided setup, and your sending reputation is watched around the clock. Free to start — no credit card required.