What this is
A step-by-step guide to updating your SPF record to properly authorize your sending platforms.
Why it matters
An incorrect SPF record can cause emails to be rejected or flagged as spam.
What to do
Log into your domain provider (e.g. GoDaddy)
Go to your DNS settings
Find your existing SPF record (starts with v=spf1)
Make sure you only have one SPF record
Add your sending platforms using include: statements
Example: include:_spf.google.com
Save your changes
Example SPF record
v=spf1 include:_spf.google.com include:sendgrid.net ~all
Common mistakes
Having multiple SPF records
Missing one of your sending platforms
Syntax errors
Expert insight
SPF issues are one of the easiest fixes and often have an immediate positive impact.
