A Generic notification system to send bulk text email.
clone the repository and in default path
cd QuickkMail
npm start
- Real email is not needed, if could be simulated on Web page just for demo purpose.
- It should be small size emails <1 MB, no attachment.
- Per Day emails: 500
- Design and build a bulk email notification system to draft, compile and send to email notification providers.
- Bulk email should be based on pre-defined templates.
- Bulk email alerts can be scheduled to send on a specific time.
- Bulk emails should be prioritized and sent based on priority. Example: system outage notification to all employees.