Simple online tools for developers, networking, text and conversions.

Network Tools

SPF Record Checker

Check the SPF TXT record for a domain.

Tool

Use this SPF Record Checker to look up SPF TXT records for a domain and review whether an SPF policy is present. It is useful for email setup, domain verification, and troubleshooting sender authentication.

About this tool

Use this SPF Record Checker to look up SPF TXT records for a domain and review whether an SPF policy is present. It is useful for email setup, domain verification, and troubleshooting sender authentication.

Use spf record checker when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.

Learn more

Why use this tool

How to use

  1. Enter a domain like example.com.
  2. Run the tool to query TXT records.
  3. Review the SPF record returned.
  4. Use the result to confirm mail policy setup.

Examples

Example

Input

example.com

Output

Domain: example.com
SPF Found: Yes
Record: v=spf1 include:_spf.example.com ~all

Shows the domain SPF policy if present.

Example

Input

example.com

Output

Domain: example.com
SPF Found: No

Useful when confirming a domain has no SPF TXT record.

Common errors

A full URL is pasted instead of a domain.

Fix: Use the domain name only, or let the tool extract the hostname.

Users expect MX or DKIM checks instead.

Fix: This tool checks SPF TXT records only.

The domain has many TXT records and no SPF policy.

Fix: Look specifically for a TXT record that starts with v=spf1.

FAQ

What does this tool check?

It checks whether a domain has an SPF TXT record and shows the value if found.

What does an SPF record look like?

It usually starts with v=spf1 and contains allowed senders and a policy ending such as ~all or -all.

Can I enter a full URL?

Yes, but a plain domain like example.com is best.

Why is SPF useful?

SPF helps receiving mail systems evaluate whether a sender is authorized to send mail for a domain.

What if no SPF record is found?

The tool will show that no SPF TXT record was detected.

Use cases

Related tools