TempMailOnline
Free disposable email service
Last updated: 16 Jun 15:56
Free disposable email and public REST API — project profile
Concise profile of a free disposable email service with a public, CORS-enabled REST API for reading throwaway inboxes and simple developer recipes.
Key Topics
Generated Review
Intro
This project provides a free disposable email service and a small public REST API for reading throwaway inboxes. The service lets users pick any name on the provider's domains to create a temporary address that can be used once or reused, and the product description says those throwaway addresses are discarded after use. A web interface shows inbox contents instantly and offers controls to copy an address or generate a new name.
Key Features
- Create a throwaway address by choosing any name on the service's domains.
- Web inbox UI to view messages instantly, copy addresses, or request a new name.
- Public, CORS-enabled REST API with endpoints such as GET /v1/domains, GET /v1/random, GET /v1/inbox/:username, GET /v1/email/:token, and DEL /v1/email/:token.
- API recipes and helper patterns in the documentation, including polling for new mail and auto-extracting OTP codes.
- Service is described as free; the API documentation lists an "Auth & limits" section while also indicating the API requires no authentication.
Who this is for
- General users who need a free disposable email address for one-off signups or verification flows.
- Developers who want to integrate or programmatically read disposable inboxes using a small, public REST API (CORS-enabled, described as requiring no authentication).
FAQ:
Q: Is the service free to use?
A: The service is described in its materials as a free disposable email offering.
Q: Does the API require authentication?
A: Documentation indicates the API is public, CORS-enabled, and described as requiring no authentication.
Q: How long are messages or addresses retained?
A: The documentation and product notes do not specify a detailed data retention period or deletion policy.
Frequently Asked Questions
Is the service free to use?
The service is described in its materials as a free disposable email offering.
Does the API require authentication?
Documentation indicates the API is public, CORS-enabled, and described as requiring no authentication.
How long are messages or addresses retained?
The documentation and product notes do not specify a detailed data retention period or deletion policy.
Topics in TempMailOnline
Similar projects to TempMailOnline
Editorial Notice
This page is an independent third-party profile of TempMailOnline and is not endorsed by or officially affiliated with the project. The review content above is generated from public website data and may contain errors or outdated details.
Please verify critical details on the official website. Outbound links may include a referral parameter for attribution.