Check and analyze SPF records for email authentication.
Enter a domain name to validate its SPF record and check for common issues.
SPF (Sender Policy Framework) is an email authentication method designed to detect forged sender addresses during the delivery of email. SPF allows the receiver to check that an email claiming to come from a specific domain is submitted by an IP address authorized by that domain's administrators.
v=spf1 include:_spf.google.com include:sendgrid.net ip4:192.0.2.0/24 -all
This example authorizes Google's mail servers, SendGrid, and a specific IP range to send email from your domain, while explicitly denying all other senders.