SoulMail is a lightweight temporary email generator and inbox viewer built using pure HTML, CSS, and JavaScript. No backend. No database. Fully privacy-respecting and user-controlled.
- Generate random temporary email addresses
- Use your own email API (supports Mail.tm)
- View inbox and read messages (real-time)
- 10-minute session timer (auto-expiry)
- Extend timer by +30 minutes
- Copy email to clipboard
- Refresh inbox without reloading page
- Destroy session manually
- Auto-delete on:
- Timer expiry
- New email generation
- Page unload/exit
- HTML
- CSS
- JavaScript
- Open
index.htmlin a browser (supports all browsers) - Enter API Details:
| Field | Example |
|---|---|
| API Base URL | https://api.mail.tm |
| API Key | NO_API_KEY |
- Click “Set API” to generate your temp email
- Use the buttons to:
- Copy email
- Refresh inbox
- Extend time
- Destroy session manually
This service is currently optimized for Mail.tm
- Base URL:
https://api.mail.tm - API Key: Use
NO_API_KEY - Email accounts and inboxes are deleted securely after use via their REST API.
- No tracking or data collection
- Everything happens in the browser
- Session data (email, tokens, inbox) cleared on exit
- Temp emails are deleted via API when possible
- Extend your session using the "+30 Min" button if you're still using the email
- Use "Destroy Session" to manually nuke everything
- Do not use this for anything sensitive — it’s still temp mail
MIT License
Free to use, fork, and modify.
Made by Darky-Github
© 2026 Darky-Github. All rights reserved.