Validate and analyze your domain's SPF record to ensure proper email authentication.
Server-assisted public lookup
? No SPF record found
Without an SPF record, spammers can forge emails from your domain. Add a TXT record starting with v=spf1 to your DNS.
SPF record found
The SPF Record Checker looks up and parses the Sender Policy Framework (SPF) record for any domain. SPF is a DNS-based email authentication standard that lets domain owners declare which mail servers are authorized to send email on behalf of their domain. Receiving mail servers check SPF to verify that incoming email genuinely originated from an authorized source not a spammer or phisher impersonating the domain. An SPF record is published as a DNS TXT record and contains a list of mechanisms IP ranges, hostnames, and include directives that define the authorized senders. Without an SPF record, anyone can forge emails that appear to come from your domain.
Enter your domain name and click Check SPF. The tool looks up your domain's DNS TXT records and searches for one starting with v=spf1. If found, it displays the raw record text and a visual breakdown of every mechanism and modifier in the record. Review the parsed mechanisms panel. Green tokens are -all hard-fail indicators good for security. Yellow tokens are ~all soft-fail weaker but acceptable during setup. Red tokens are +all this means any server may send as your domain, which is dangerous and should never be used. If the tool reports no SPF record, you need to add one.