Skip to content

akasrai/easy-mail

Repository files navigation

EasyMail

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.

Features

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

Installation

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

Created with 💓 and ReactJS