Temp Mail (Almost Free)
Temp Mail API is a simple disposable email service designed for developers who need temporary inboxes for testing, verification flows, signup automation, and short-lived communication without exposing a personal email address. It provides a clean REST interface for discovering available domains, creating new temp mail addresses, and reading incoming messages from a mailbox. The API is built to…
Temp Mail (Almost Free) endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Available Domains /domains |
Returns a list of currently available domains that can be used to create temporary email addresses. ### Response A plain JSON array of domain strings: - Each item is a usable… |
| POST |
Create New Temp Email /email/new |
Creates a new temporary email inbox using a specified domain and username. ### Request Body Send a JSON object with the following fields: | Field | Type | Required | Description… |
| GET |
Get Inbox Messages /email/{email}/messages |
Returns all messages received by a specified temporary email address. Poll this endpoint after creating an inbox with `POST /email/new` to check for incoming emails. ### Path… |
Temp Mail (Almost Free) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1 / month | — |
|