SPF Record Builder
Build a Sender Policy Framework DNS TXT record for your domain.
Authorised Senders
ip4: IPv4 addresses or CIDR ranges
ip6: IPv6 addresses or CIDR ranges
include: Third-party senders (e.g. Mailchimp, SendGrid)
Policy (all)
DNS TXT Record
v=spf1 mx ~all
Add this as a TXT record on your domain — name: @ (or your domain), TTL: 3600.
What is SPF?
SPF (Sender Policy Framework) is a DNS TXT record that lists the mail servers authorised to send email for your domain. When a receiving server gets an email, it checks the SPF record of the From domain to verify the sender. Use ~all (softfail) when first deploying, then switch to -all (hard fail) once you are confident all legitimate senders are listed. Pair with DKIM and DMARC for full email authentication.
Private & free — this tool runs entirely in your browser.