A secure, private email service for creating free temporary and disposable addresses - no signup required!
Warning
This project is currently in its beta state as I gather user feedback. If you encounter any issues, please report them here :)
- (📧) Create disposable, secure emails instantly - no signup required.
- (🔗) Use our free API to integrate disposable emails into your apps/libraries.
- (🛡️) Stay anonymous by using disposable emails instead of your real one.
- (📂) Your emails are never stored once your session ends. Your privacy is guaranteed.
- (🖥️) Optimized web interface for both desktop and mobile devices.
- (👤) Open-source under Apache 2.0 license - contribute or view it anytime.
To start, you can download this repository by using the following:
git clone https://github.com/BrianWalczak/echoMail.git
cd echoMailBefore you continue, make sure that Node.js is properly installed (run node --version to check if it exists). If you don't have it installed yet, you can download it here.
Next, install the required dependencies and start the server (port 3000):
npm install
npm run startThe React + Vite frontend is located in the client folder. To launch a live development server:
cd client
npm install
npm run devBy default, Vite will start the frontend on http://localhost:5173, and it will communicate with the backend on port 3000.
If you'd like to contribute to this project, please create a pull request here. You can submit your feedback or any bugs that you find on the issues page. Contributions are highly appreciated and will help us keep this project up-to-date!