EvilMail Temp Mail API
Create disposable / temporary email inboxes on demand and receive messages in real time over a clean REST API. Extract verification codes automatically, use free or custom domains, and automate throwaway email for signup testing, privacy and QA.
2 subscribers
9/10 popularity
326 ms avg latency
50% success rate
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
EvilMail Temp Mail API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Inbox | ||
| POST |
createInbox /api/temp-email |
Creates a new disposable email address and returns a `sessionToken`. Use the token with the inbox and read-message endpoints to fetch mail. Requires an API key. |
| GET |
readMessage /api/message/{uid} |
Returns a single message including its plain-text and HTML body. Use the `uid` from the inbox list and the inbox's `sessionToken`. Reading a message marks it as seen. |
| GET |
getInbox /api/inbox |
Returns the list of messages currently in a temporary inbox (headers only: uid, from, subject, date). Poll this endpoint to wait for a message to arrive, then read its body with… |
| Domains | ||
| GET |
listDomains /api/domains/available |
Returns the domains you may create inboxes on. Free domains work on any plan; premium domains require a paid subscription. |
| Other endpoints | ||
| GET |
readMessage /api/message/{uid} |
Returns a single message including its plain-text and HTML body. Use the `uid` from the inbox list and the inbox's `sessionToken`. Reading a message marks it as seen. |
| POST |
createInbox /api/temp-email |
Creates a new disposable email address and returns a `sessionToken`. Use the token with the inbox and read-message endpoints to fetch mail. Requires an API key. |
| GET |
listDomains /api/domains/available |
Returns the domains you may create inboxes on. Free domains work on any plan; premium domains require a paid subscription. |
| GET |
getInbox /api/inbox |
Returns the list of messages currently in a temporary inbox (headers only: uid, from, subject, date). Poll this endpoint to wait for a message to arrive, then read its body with… |
EvilMail Temp Mail API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | 60 / second |
|
| ULTRA | $14 / month | 120 / second |
|
| MEGA | $19 / month | 240 / second |
|