EasyMail Extsnsion is a chrome estension version of EasyMail. It's simple tool for generating temporary emails for testing. EasyMail uses test mail api for generating the emails.
Vist https://easy-mail.vercel.app for web version.
- Generate unlimited email addresses
- Receive emails (live)
- 3 days retention
- Spam score and report
- Clone project
[email protected]:akasrai/easy-mail-extension.git
- Install Dependencies
cd easy-mail-extension
yarn
- Setup env
- Create new file
.env
- Copy content from .env.example
- Add valid testmail credentials
- Run development Server
yarn start
Created with 💓 and ReactJS