Authorize Zendesk to send support emails on behalf of your domain by adding the correct SPF include.
TXT
@
v=spf1 include:mail.zendesk.com ~all
Add include:mail.zendesk.com to your existing SPF record.
Go to your Zendesk Admin Center.
Go to Channels > Email. Add or select your support email address.
Look up your current SPF record.
dig TXT yourdomain.com +short | grep spfAdd include:mail.zendesk.com to your existing SPF record.
v=spf1 include:mail.zendesk.com ~allSend a test support email from Zendesk and check the headers for SPF pass.
v=spf1 include:_spf.google.com ~allv=spf1 include:_spf.google.com include:mail.zendesk.com ~allAfter adding your DNS records, use our free SPF checker to verify everything is configured correctly. DNS changes typically propagate within minutes, but can take up to 48 hours.
Add include:mail.zendesk.com to your SPF record. For example: v=spf1 include:mail.zendesk.com ~all.
SPF is not strictly required but strongly recommended. Without it, emails from Zendesk may be flagged as suspicious by recipient mail servers.
Yes. Combine both: v=spf1 include:_spf.google.com include:mail.zendesk.com ~all.