Instant · Free · No sign-up
Temp Mail for Developers & QA Teams
Testing sign-up flows requires a fresh inbox per run. Temply Mail's JSON endpoints let your test suite mint addresses and read verification mail programmatically.
No API keys, no dashboards — two GET requests cover the entire lifecycle.
Get your Temp Mail API for Testing now
Working disposable inbox in under 3 seconds.
Open Free Temp InboxHow it works
- 1GET /fetch_emails2.php to obtain an address and domain list.
- 2Use the address in your app's sign-up flow.
- 3GET /fetch_emails2.php?email=&domain= to read arriving mail.
- 4Parse subjects/bodies for your verification tokens.
Frequently asked questions
Where are the endpoints documented?
The two JSON endpoints (create inbox, read messages) are documented on this page — see the steps above for request and response shapes.
Is there a rate limit?
Be reasonable: sequential calls from CI pipelines work best; add a short delay between polling loops.
Does it send outbound email?
No — receive-only, which makes the API stable and abuse-resistant.