Create an SPF Record
Updated 2 July 2026
SPF (Sender Policy Framework) is a TXT record that lists which mail servers may send email on behalf of your domain. It reduces spoofing and improves deliverability.
This article explains what an SPF record does, how to format it correctly, and how to avoid common record conflicts.
Example
v=spf1 include:_spf.google.com ~all allows Google's servers to send mail for domains using Google Workspace.
Only one SPF TXT record should exist per domain. Combine multiple includes in a single record rather than adding duplicates.