/Bulk-Email-Sender-NodeJs

Generic notification system to send bulk text email Category: Generic API based Web programming.

Primary LanguageJavaScript

Generic-API-based-Web-programming

Generic notification system to send bulk text email. Technologies used: MERN, CKEditor for text area, calendar with react date-time picker and nodemailer & node-cron for sending/scheduling mail.

Deployed

Apparently the deployed version is not supporting the post requests to database but on localhost it's successfuly executing (see video) https://zesty-cendol-d7e43e.netlify.app/

Installation

  1. git clone https://github.com/prayas7102/Bulk-Email-Sender-NodeJs.git
  2. npm i
  3. cd frontend
  4. npm i
  5. cd ..
  6. npm run dev

Working Images

generic-notification-system-google-chrome-2023-01-15-22-33-34-vrcweuvv_x1vXs7Ui.mp4

image

image

image

image

image

.env requirements

EMAIL, PASSWORD, MONGO_URI NODE_ENV="DEVELOPEMENT" PORT="5000" SMPT_HOST="smtp.gmail.com" SMPT_PORT=465 SMPT_SERVICE="gmail"

Category:

Generic API based Web programming

Assumptions:

  1. Real email is not needed, if could be simulated on Web page just for demo purpose.
  2. It should be small size emails <1 MB, no attachment.

Per Day emails: 500

Use cases:

  1. Design and build a bulk email notification system to draft, compile and send to email notification providers.
  2. Bulk email should be based on pre-defined templates.
  3. Bulk email alerts can be scheduled to send on a specific time.
  4. Bulk emails should be prioritized and sent based on priority. Example: system outage notification to all employees.