What is SPF?

Your approved senders list — stops strangers from sending as @yourdomain and protects your business name.

Plain English

SPF (Sender Policy Framework) is a TXT record listing which mail servers are allowed to send email using your domain name. When a message arrives, the receiver checks: is this server on the list?

What it looks like

Your DNS might include a record starting with v=spf1 followed by approved services (Google, Microsoft, your marketing tool) and ending with -all (strict) or ~all (soft).

What SPF does not do alone

SPF does not tell receivers what to do when a message fails. It also breaks if you forward mail incorrectly. Pair SPF with DKIM and DMARC for real protection.

Frequently asked questions

Who adds the SPF record?

Whoever manages DNS for your domain — often your registrar, IT provider, or email host's setup wizard.

Check my SPF status