TempMail is a lightweight, single-file (index.html) web application that generates disposable email addresses. It is designed to provide users with a quick, secure, and hassle-free way to receive emails temporarily, keeping their primary personal inboxes clean and secure.
🚀 Live Demo Use the application directly in your browser:
👉 https://vishalkumar-netizen.github.io/TempMail/
A temporary email address is a disposable email that you can use to navigate the web safely. TempMail is built to help you:
- Sign up for services without using your personal email.
- Protect your privacy when filling out online forms.
- Avoid spam and promotional clutter in your main inbox.
- Test email functionality seamlessly in your own applications or workflows.
- Complete Privacy: Only you have access to this temporary mailbox; no one else can see your messages.
- Real-Time Inbox: All emails sent to your temporary address will appear here automatically.
- Ephemeral Storage: Emails may be automatically deleted after some time to ensure system efficiency and data hygiene.
- Copy and Paste: Easily copy your temporary email address to use it on other websites, forums, or registration pages.
- Stay Updated: Check back on the TempMail tab to see your incoming emails arrive instantly.
- Generate on Demand: Create a new, fresh email address anytime you need one. Happy emailing!
Because TempMail is built as a single index.html file, deployment and testing are incredibly simple.
- Clone this repository or download the
index.htmlfile. - Double-click
index.htmlto open it directly in your web browser.
You can host this project for free using platforms like:
- GitHub Pages
- Vercel
- Netlify
- Cloudflare Pages
This project relies entirely on the excellent infrastructure provided by Mail.tm
- Powered by: Mail.tm
- API Used: https://api.mail.tm
- Documentation: https://docs.mail.tm/
This project is licensed under the MIT License.
Copyright (c) 2026
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.