Authorize ActiveCampaign to send email on behalf of your domain by adding the correct SPF include.
TXT
@
v=spf1 include:emsd1.com ~all
Add include:emsd1.com to your existing SPF record. emsd1.com is ActiveCampaign's sending infrastructure.
Go to your ActiveCampaign account.
Go to Settings > Advanced > I want to set up email authentication manually (or through the Mailserver Domain setup).
Look up your current SPF record.
dig TXT yourdomain.com +short | grep spfAdd include:emsd1.com to your existing SPF record.
v=spf1 include:emsd1.com ~allSend a test email from ActiveCampaign and check the headers for SPF pass.
v=spf1 include:_spf.google.com ~allv=spf1 include:_spf.google.com include:emsd1.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:emsd1.com to your SPF record. emsd1.com is ActiveCampaign's sending infrastructure domain.
emsd1.com is the domain used by ActiveCampaign for their email sending infrastructure. It stands for Email Service Domain 1.
Yes. Combine includes: v=spf1 include:_spf.google.com include:emsd1.com ~all.