Enter Your Domain
Start by entering the domain you want to create an SPF record for.
FAQs
Frequently Asked Questions
SPF (Sender Policy Framework) is a DNS record that specifies which mail servers are authorized to send emails on behalf of your domain.
Login to your DNS provider, add a new TXT record, and paste the generated SPF record. Changes typically take 24-48 hours to propagate.
No, you can only have one SPF record per domain. If you need multiple includes, add them all to a single SPF record.
'~all' is a softfail mechanism that tells mail servers to accept mail even if it slightly fails SPF checks. Use '-all' for strict rejection.