Skip to content

Helixjoe/Mail-Dispenser

Repository files navigation

Mail-Dispenser

This is a mass mail delivery system made using HTML, CSS, Javascript and NodeJS.

Main Features

  1. Upload a csv file with emails and filter invalid and valid mails
  2. A single mail can be sent to upto 1000 valid mails at the same time

Getting started

  • Clone the repository
git clone  <git lab template url> <project_name>
  • Install dependencies
cd <project_name>
npm install
  • Build and run the project
npm start

Navigate to http://localhost:3000