This is a mass mail delivery system made using HTML, CSS, Javascript and NodeJS.
- Upload a csv file with emails and filter invalid and valid mails
- A single mail can be sent to upto 1000 valid mails at the same time
- 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