Skip to content

A secure, private email service for creating free temporary and disposable addresses.

License

Notifications You must be signed in to change notification settings

brianwalczak/echoMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echoMail - Private mail for everyone.

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 :)

Features

  • (📧) 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.

Getting Started

To start, you can download this repository by using the following:

git clone https://github.com/BrianWalczak/echoMail.git
cd echoMail

Before 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 start

The React + Vite frontend is located in the client folder. To launch a live development server:

cd client
npm install
npm run dev

By default, Vite will start the frontend on http://localhost:5173, and it will communicate with the backend on port 3000.

Contributions

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!

About

A secure, private email service for creating free temporary and disposable addresses.

Topics

Resources

License

Stars

Watchers

Forks