If you're using MailChannels for email delivery, it's important to configure your SPF and TXT records correctly to ensure smooth email authentication and prevent delivery issues. This guide will walk you through updating your DNS settings for MailChannels.
For MailChannels, you’ll need to update your SPF record and add a new TXT record.
Locate your existing SPF record in your DNS settings. It will start with something like: v=spf1
Add the following to your existing SPF record:
include:relay.mailchannels.net
"v=spf1 +a +mx +ip4:192.168.1.1 include:example.com ~all"
Example after update:
"v=spf1 +a +mx +ip4:192.168.1.1 include:example.com include:relay.mailchannels.net ~all"
In addition to updating your SPF record, you’ll need to add the following TXT record:
_mailchannels.domain.com
v=mc1 auth=yourhost
Replace
domain.com
with your actual domain name.
To update your DNS records, follow the steps below based on your domain registrar or DNS provider.
General Steps for Updating SPF and TXT Records
include:relay.mailchannels.net
to the SPF entry. _mailchannels.domain.com
and the value v=mc1 auth=yourhost
. Properly updating your DNS records ensures that your email is authenticated correctly and improves email deliverability when using MailChannels.
Be sure to verify your DNS changes have propagated, as it may take some time for updates to take effect.