To send transactional email via SMTP with Mailchimp, you must use Mandrill — Mailchimp’s transactional add-on. Mandrill starts at $20/mo for 25,000 emails on top of your Mailchimp Marketing plan. The settings below apply to Mandrill only.
If you need SMTP purely for transactional messages (order confirmations, password resets, receipts), Mailchimp is one of the most expensive routes. Consider Brevo or EmailOctopus which bundle transactional SMTP into their base plans. If you already run Mailchimp Marketing and want unified billing, Mandrill’s setup is below.
The essential Mandrill SMTP settings, ready to copy-paste into your email client, mail server, or transactional integration.
| SMTP server | smtp.mandrillapp.com |
|---|---|
| SMTP port (STARTTLS) | 587 RECOMMENDED |
| SMTP port (SSL/TLS) | 465 |
| Alternative port | 2525 (fallback if 587/465 blocked) |
| Username | Any Mandrill account email |
| Password | Mandrill API key (not your account password) |
— sending email
wordpress-transactional), and copy the generated key.smtp.mandrillapp.com, port 587, encryption STARTTLS.Mandrill uses API key authentication exclusively. There is no traditional SMTP password. This is standard for modern transactional providers and offers three advantages:
SPF and DKIM setup is required before sending in volume. Mandrill provides a verification wizard under Settings › Sending Domains. Expect DNS propagation of 15 minutes to 4 hours. Sending without verified DKIM will trigger high spam placement or Gmail’s “unauthenticated” warning.
Add the following to your sending domain’s SPF TXT record:
v=spf1 include:spf.mandrillapp.com ~all
If you already have an SPF record, add include:spf.mandrillapp.com before the last operator (usually ~all or -all). SPF records are limited to one per domain — never publish two separate v=spf1 TXT records.
Mandrill supports two DKIM configuration patterns. Use whichever your DNS provider handles best:
mandrill._domainkey.yourdomain.com. You manage the public key value manually.mte1._domainkey.yourdomain.com and mte2._domainkey.yourdomain.com pointing to dkim1.mandrillapp.com and dkim2.mandrillapp.com. Mailchimp manages key rotation automatically.Mandrill signs emails with DKIM using domain mandrillapp.com by default (relaxed alignment). For strict DMARC alignment, use Option 2 above (CNAME setup) which signs from your own domain, or configure a custom return-path subdomain under Settings › Tracking & Return Path Domains.
| Limit type | Value | Notes |
|---|---|---|
| Emails per hour | Reputation-based | Warmup: raised progressively based on sender reputation. No fixed cap. |
| Recipients per message | 1,000 | Per-message hard cap (use batches for larger sends) |
| Concurrent SMTP connections | 10 | Industry-standard soft limit. Contact support for increase after 7-day sending history. |
| API requests per minute | 100 | For API-based sends only (not counted for pure SMTP transport) |
| Message size (with attachments) | 25 MB | Larger via API multipart uploads only |
New account starting behavior: Mandrill does not advertise a fixed hourly cap. Your quota scales automatically based on volume patterns, bounce rate, complaint rate, and engagement over the first 2 to 4 weeks. Accounts with clean sending history routinely reach several thousand emails per hour within a month. Free-tier accounts hit a hard ceiling at 12,000 emails queued.
Mandrill’s SMTP auth requires an API key as password, not your account password. Most auth failures on first setup are this. Generate a key under Settings › SMTP & API Info.
Mandrill will send emails from unverified domains, but they land in spam 60 to 80 percent of the time. Always verify DKIM and SPF via the Sending Domains wizard before first send.
Never use port 25 for SMTP. Use 587 (STARTTLS, recommended), 465 (SSL/TLS), or 2525 as fallback if 587/465 are blocked by your firewall.
You will receive two invoices: one for Mailchimp Marketing (from $13/mo minimum) and one for Mandrill Transactional (from $20/mo minimum for 25k emails). No unified billing.
Update your app’s SMTP config to smtp.mandrillapp.com:587 and swap credentials for a Mandrill API key. No message queue drain needed if you keep the old provider active for 24 hours during DNS and config propagation.
Brevo and Postmark are the two most common migration targets. Both support parallel operation during cutover. Plan for 2 to 3 hours to reconfigure SPF and DKIM records, update app credentials, and verify deliverability against a test list.
No. Mailchimp Marketing is a UI-driven broadcast tool with no SMTP endpoint. Any SMTP-based sending (transactional, WordPress notifications, custom app emails) requires Mandrill as a paid add-on starting at $20/mo.
“Mailchimp SMTP” as a native product does not exist. Tutorials that use the phrase are almost always referring to Mandrill, Mailchimp’s transactional email service. Mandrill handles order confirmations, password resets, and receipts. Mailchimp Marketing handles newsletters and broadcast campaigns.
Only if you want unified billing for both marketing broadcasts and transactional emails through the same vendor. Many small businesses use Mailchimp for newsletters only and route transactional through cheaper providers like Brevo or Postmark.
Use port 587 with STARTTLS encryption. This is the modern standard, works on all major hosts, and enforces TLS. Use 465 (implicit SSL/TLS) only if your app does not support STARTTLS. Use 2525 as fallback if both 587 and 465 are blocked by your firewall or hosting provider.
No. Mandrill (like every email service provider) is outbound-only. It sends your emails to your recipients’ inboxes but does not host an inbox for you to read via IMAP or POP3. Those protocols are for mailbox providers like Gmail, Yahoo, or your ISP. See our email settings cluster for IMAP/POP3 configuration by mailbox provider.
Mandrill does not advertise a fixed hourly cap. Quotas are reputation-based and scale automatically with your sending volume, bounce rate, and engagement over the first 2 to 4 weeks. New accounts typically start around 500 per hour and grow to several thousand within a month for clean senders. Free-tier accounts hit a hard ceiling at 12,000 queued emails.
This review follows our email infrastructure testing methodology. We disclose affiliate relationships in our editorial independence policy.