EasyMail is a simple tool for generating temporary emails for testing. EasyMail uses test mail api for generating the emails.
Vist https://easy-mail.vercel.app for demo.
- Generate unlimited email addresses
- Receive emails (live)
- 3 days retention
- Spam score and report
- Clone project
git clone git@github.com:akasrai/easy-mail.git
- Install Dependencies
cd easy-mail
yarn
- Setup env
- Create new file
.env
- Copy content from .env.example
- Add valid testmail credentials
- Run development Server
npm start
Created with 💓 and ReactJS