If you are asking how to send a test email in Mailchimp, the mechanical step is easy. The hard part is validating what happens after that send.

Quick answer: how do you send a test email in Mailchimp?

In Mailchimp:

  1. Open your campaign draft
  2. Use preview mode to inspect merge tags and layout
  3. Click Send a test email
  4. Send to controlled test inboxes
  5. Verify rendering, links, tracking, and spam signals before publish

Mailchimp test email workflow (practical version)

Step 1: Prepare controlled recipients

Do not send tests to personal inboxes only. Use purpose-specific addresses:

  • Rendering inboxes (desktop/mobile clients)
  • Link-validation inboxes
  • Personalization-validation inboxes
  • Deliverability-check inboxes

Step 2: Validate merge fields and conditional blocks

Before sending, confirm:

  • All required merge tags resolve
  • Fallback text exists for missing profile fields
  • Conditional sections render as expected for key audience segments

Step 3: Send test email from Mailchimp

Trigger a test send and collect message IDs and timestamps for later comparison with event logs.

Step 4: Run the QA checklist

CheckWhat to verifyFail condition
Subject and preheaderCorrect message intent and lengthTruncation or misleading copy
PersonalizationMerge tags and conditional blocksRaw tag output or missing values
Links and CTAsDestination and tracking parameters404, wrong UTM, broken deep links
RenderingDesktop/mobile client behaviorLayout break or unreadable sections
ComplianceFooter, unsubscribe, required disclosuresMissing legal components

Step 5: Run pre-send deliverability checks

For high-volume campaigns, add:

  • Spam score check
  • SPF/DKIM/DMARC validation
  • Inbox-placement smoke test

When Mailchimp test emails are not enough

Mailchimp test sends validate campaign assembly, but not full product workflow behavior. Add API inbox testing when you also need:

  • Automated assertions in CI/CD
  • Deterministic waits for OTP or transactional triggers
  • Multi-step end-to-end tests across app and email events

Use this route set as your release gate:

Common Mailchimp test mistakes

  • Sending one test and skipping segment variants
  • Validating rendering but not link destinations
  • Skipping spam checks for promotional sends
  • Publishing without storing QA evidence for postmortems

Final take

Sending a test email in Mailchimp is the start of QA, not the end. Teams that run a repeatable pre-send checklist reduce campaign defects, protect deliverability, and ship faster with fewer reversals.