Test-mode recipients

Use playwright-test-* and example.com addresses for production e2e without sending real email.

Lumail accepts sends to fixture recipients and returns a success id without sending real email. Campaigns, workflows, transactional API, SMTP, and test emails share this gate. Real mailboxes still go through the email service.

Use these addresses to run e2e against production without bouncing on the shared sending pool.

Fixture addresses

PatternExample
Local-part starts with playwright-test-[email protected]
Domain is example.com, example.net, or example.org, including subdomains[email protected], [email protected]

Display names are stripped first (Name <[email protected]> is still test-mode).

Not test-mode

  • Real mailboxes such as [email protected] still send real email when sending is enabled.
  • example.edu is not reserved for fixtures and still sends real email.