When using external email services like SendGrid, Zendesk, Amazon SES, Mailchimp, and others, you’ll often need to update your SPF record to authorize them to send email on your behalf. Below is a list of common providers and the SPF values you should include.
Provider | Record |
---|---|
PerfGrid |
include:spf-record.net |
Amazon SES |
include:amazonses.com |
Zendesk | include:mail.zendesk.com |
Microsoft365 | include:spf.protection.outlook.com |
Google Workspace | include:_spf.google.com |
Mailchimp | include:servers.mcsv.net |
Shopify | include:shops.shopify.com |
Salesforce | include:_spf.salesforce.com |
Postmarkapp | include:spf.mtasv.net |
SendGrid |
include:sendgrid.net |
Zoho (EU) |
include:one.zoho.eu |
Zoho (US) |
include:one.zoho.com |
Zoho Mail |
include:zohomail.eu |
Fastmail |
include:spf.messagingengine.com |
SparkPost Global |
include:_spf.sparkpostmail.com |
SparkPost EU |
include:_spf.eu.sparkpostmail.com |
Make sure to only have one SPF record per domain, and combine multiple services within a single v=spf1 record as needed. For example:
v=spf1 include:spf-record.net include:sendgrid.net include:_spf.google.com ~all
Comments
0 comments
Please sign in to leave a comment.