Email Testing
Blaze integrates Mailpit to capture all outgoing emails from your WordPress sites. No emails are actually sent — they’re intercepted and displayed in a local web UI for testing.
How It Works
Section titled “How It Works”When a WordPress site sends an email (password resets, order confirmations, contact form submissions, etc.), Mailpit captures it instead of delivering it to a real mail server. You can then view the email in Mailpit’s web interface.
Viewing Captured Emails
Section titled “Viewing Captured Emails”- Open a site from the sidebar
- Click the email/Mailpit button in the site detail view
- Mailpit opens in your browser showing all captured emails
What You Can Inspect
Section titled “What You Can Inspect”- Subject and recipients — verify the right email goes to the right person
- HTML and plain text — preview both versions of the email
- Headers — check email headers for debugging
- Attachments — view any attached files
Use Cases
Section titled “Use Cases”- Test WooCommerce order notification emails
- Verify password reset flows work correctly
- Debug contact form plugins
- Test email templates without spamming real inboxes