Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 841 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 841 Bytes

EasyMail

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.

Features

  • Generate unlimited email addresses
  • Receive emails (live)
  • 3 days retention
  • Spam score and report

Installation

  1. Clone project
git@github.com:akasrai/easy-mail-extension.git
  1. Install Dependencies
cd easy-mail-extension
yarn
  1. Setup env
  • Create new file .env
  • Copy content from .env.example
  • Add valid testmail credentials
  1. Run development Server
yarn start

Created with 💓 and ReactJS