No credit card required
Unlimited email addresses to test signups, logins, email verification and more.
Virtual mobile numbers to receive and parse SMS for OTPs and codes.
Fully test multi-factor authentication compatible with any app like Google Authenticator or Authy.
A super simple API for receiving emails and SMS in your automated tests
// POST /email
{
"subject": "Welcome to Mailoverse",
"recipient": "[email protected]",
"sender": "[email protected]",
"links": [
"https://www.yourdomain.com",
"https://www.yourdomain.com/activate?token=1234567890"
],
"images": [
"https://www.yourdomain.com/images/logo.png"
]
}