Not a verified service
This is not a verified service. It is a research card assembled from the upstream README and metadata. The deployment contract, live deployment and Evidence are not complete.
What is this project
A temporary email service built on Cloudflare
What problem does it solve
Solves the need for disposable addresses during signups or tests without relying on a third-party inbox
Who it is for
- Software testers
- people needing short-lived inboxes
What it can do
- Create temporary inboxes
- handle mail and attachments
- integrate IMAP SMTP and a Telegram bot
Deployment requirements
- A Cloudflare Worker
- a domain and mail configuration
- external mail and Telegram settings
Known limitations
- Retention and abuse controls need testing
- external mail delivery is not guaranteed by the Worker alone
Current stage
Upstream features and deployment clues are mapped; SmallGreen verification evidence is not started
Upstream facts
- License
- MIT
- Default branch
- main
- Last push
- 2026-08-25
- Checked on
- 2026-08-27
Next steps
- Confirm mail providers and data retention
- verify inbox creation and expiry
- design abuse and teardown tests