Template checker
·
Mailbox calculator
·
SPF generator
·
DMARC generator
·
DKIM generator
·
Deliverability test
SPF generator
ESP presets
Custom include (optional)
Comma-separate to add more than one.Trailing all qualifier
Generated record
v=spf1 include:_spf.google.com ~all
DNS record
| Type | TXT |
| Host | @ (or your domain apex) |
| Value | v=spf1 include:_spf.google.com ~all |
| TTL | 3600 (1 hour) |
What is SPF?
SPF (Sender Policy Framework) is a DNS-based mechanism that lists which servers are authorised to send mail for your domain. Receivers check the SPF record against the envelope-sender to decide whether to accept, quarantine, or reject the message.
Use ~all while you're rolling out — it tells receivers "anything else is
suspicious, but accept it". Once you're confident every legitimate sender is in the
record, switch to -all for strict enforcement.