Frequently asked questions
Why are my Mailchimp emails going to spam?
The most common causes are SPF not including Mailchimp's servers, DKIM not set up (missing CNAME record), no DMARC policy, or sending from a free email domain like Gmail or Yahoo. Run a free InboxGreen check on your sending domain to identify exactly what is misconfigured. Mailchimp's own authentication check only covers DKIM - it does not tell you whether SPF or DMARC are correctly configured.
Does Mailchimp set up SPF and DKIM for me?
Mailchimp sets up DKIM via a CNAME record you need to publish in your DNS. It does not manage SPF for you - you need to add include:servers.mcsv.net to your SPF record manually.
DMARC is entirely your responsibility. Use the DMARC Generator to create the right record.
What SPF record do I need for Mailchimp?
Add include:servers.mcsv.net to your SPF record. A basic record looks like:
v=spf1 include:servers.mcsv.net ~all
If you send from other services too (Google Workspace, etc.), add their includes as well. Use the SPF Generator to build it correctly.
Can I use Mailchimp with a Gmail or Yahoo address?
Technically yes, but it will hurt deliverability. Gmail and Yahoo enforce DMARC, which requires the From address domain to match the authenticated sending domain.
When you send from [email protected] via Mailchimp, the DMARC alignment fails and emails are more likely to go to spam.
Use a custom domain (e.g. [email protected]) for best results.