See an email test complete in seconds.
This public demo uses sample data. No registration and no customer information.
Isolated QA inbox
checkout--signup-104@qa.mailvator.com
A sample verification message arrives without exposing a real customer mailbox.
OTP and links
482917
Mailvator extracts the code and verification URL for your test.
Automation API
const mail = await waitForMessage({ inbox: "signup-104" });
expect(mail.otp).toBe("482917");Playwright, Cypress or any HTTP client can poll with a scoped key.
Signed webhooks
Your runner can receive a signed message event with automatic retries.