SPF record missing
Check id: spf.missing · fix effort: low
What it means
Your domain has no SPF record, so it never says which mail servers are allowed to send as you. Scammers can spoof your address and your real mail is more likely to hit spam folders.
The technical detail
No v=spf1 TXT at the apex. Receivers can't authenticate your sending sources, and DMARC loses one of its two inputs.
How to fix it
- List every service that sends mail as your domain (mail provider, CRM, newsletter tool).
- Publish a TXT record at the apex, e.g.
v=spf1 include:_spf.google.com -all(Google Workspace) orv=spf1 include:spf.protection.outlook.com -all(Microsoft 365). - If the domain never sends mail, publish
v=spf1 -allto lock it down. - Rescan to confirm the record is live.
Does your domain have this problem?
Run a free scan, takes about ten seconds.