PRODUCT WALKTHROUGH

See an email test complete in seconds.

This public demo uses sample data. No registration and no customer information.

1 · RECEIVE

Isolated QA inbox

checkout--signup-104@qa.mailvator.com

A sample verification message arrives without exposing a real customer mailbox.

2 · EXTRACT

OTP and links

482917

Mailvator extracts the code and verification URL for your test.

3 · ASSERT

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.

4 · NOTIFY

Signed webhooks

Your runner can receive a signed message event with automatic retries.

Create a QA workspace Read API docs