Tools
  • / SPF record checker

SPF record checker

Check SPF records for any domain to verify authorized email senders. View parsed mechanisms, validity status, and troubleshoot email deliverability issues.

What is SPF?

SPF (Sender Policy Framework) is an email authentication method that helps prevent email spoofing. It works by publishing a DNS TXT record that specifies which mail servers are authorized to send email on behalf of your domain.

When a receiving mail server gets a message claiming to come from your domain, it checks the SPF record to verify the sending server is authorized. This helps protect against phishing and improves deliverability.

Common SPF mechanisms

MechanismDescription
include:Authorize another domain's SPF record
aAllow the domain's A record IP
mxAllow the domain's MX server IPs
ip4/ip6Allow a specific IP or range
-allHard fail: reject unauthorized senders
~allSoft fail: accept but mark suspicious

How to use this tool

  1. Enter a domain name (e.g., "example.com").
  2. Click "Check" to query the SPF record.
  3. Review the raw SPF record, parsed mechanisms, and validity status.
SPF record

Raw record

v=spf1 include:_spf.google.com ~all
Valid SPF recordSoft fail (~all)

Mechanisms

Passinclude:_spf.google.com
Passinclude:sendgrid.net
SoftFail~all