Skip to main content
Use new: true when a test should not share an inbox with previous or parallel runs:
const { emailAddress } = await mail.inbox({ new: true });
If the product under test does not accept + addressing, pass a custom delimiter:
const { emailAddress } = await mail.inbox({ new: true, delimiter: "-" });
For every inbox option, see the Mail Reference.
Last modified on April 24, 2026