Skip to content

mailcatchr documentation

Catchall test inboxes for automated testing of the email your application sends.

One subdomain per mailbox

Every mailbox owns an address space like *@acme-ci.mailcatchr.com. Any address on it is delivered, so each test can invent its own. Mailboxes and addresses

Wait for the message

One call blocks until the email your test triggered arrives, then returns it. Waiting for mail

Read it your way

REST API, TypeScript and C# SDKs, IMAP or POP3 for real mail clients, and signed notifications when a message lands. SDKs

Finish two-factor logins

Store an authenticator and fetch its current code over the API mid-test. Two-factor codes