Guides
How to test the email your application sends — the flows that break quietly, and how to catch them before a user does.
- Guide
Testing email on your own domain
Point a domain you own at InboxDome so test inboxes read like real addresses on your brand — verify ownership with a TXT record, then route the mail.
- Guide
Testing email webhooks — verify the signature, then trust the payload
Get a push notification the moment mail arrives, verify the HMAC signature correctly, and avoid the raw-body bug that makes signature checks silently useless.
- Guide
How to test a password reset email end to end
Drive a real password reset flow in a test — receive the mail, pull the reset link out of it, follow it, and set a new password. Without a mail server.
- WordPress
Test that your WooCommerce order emails actually arrive
WooCommerce order confirmations fail silently more often than any other transactional email. Check delivery, content and SPF/DKIM/DMARC — by hand or in CI.
Looking for framework setup instead? The Playwright, Cypress, Node, Python, PHP, GitHub Actions, MCP and WordPress references are the place to start.