๐
SPF Validator
Check SPF records and view all authorized mail servers for your domain.
DNSspfvalidatoremailauthentication๐ Browser-only
๐ How to use SPF Validator
- 1Enter domain
- 2View SPF record and mechanisms
- 3Check authorized mail servers
Try it now
Check SPF records to verify which mail servers are authorized to send emails on behalf of your domain.
Examples
Check Shopify store SPF
Input: "store.example.com"
Output: "v=spf1 include:sendgrid.net ~all (SPF policy found)"
Frequently Asked Questions
What does 'v=spf1' mean?โพ
SPF version 1. It tells receivers which servers can send email on behalf of your domain.
What about ~all vs -all?โพ
~all (soft fail) = accept anyway but mark as suspicious. -all (hard fail) = reject if not in SPF.