SPF (Sender Policy Framework) is an email authentication method that specifies which mail servers are authorized to send email on behalf of your domain.
How SPF Works
SPF is published as a DNS TXT record that lists the IP addresses and domains authorized to send email for your domain:
DNS Publish: You add an SPF record to your domain's DNS
Email Sent: An email is sent claiming to be from your domain
Server Check: The receiving server looks up your SPF record
IP Validation: It checks if the sending server's IP is authorized
Result: Pass, fail, or soft fail based on the policy