A Node.js + Express application for sending automated email notifications to teams when:
- A project is completed
- A task is moved
- A task expires
Uses Nodemailer for email delivery and customizable HTML templates for professional-looking notifications.
- Send project completion notifications
- Notify team when a task is moved between stages
- Alert team when tasks expire or reach deadlines
- Clean, reusable email templates with inline styles
- Centralized utility functions for easy maintenance
- Node.js
- Express.js
- Nodemailer
- JavaScript (ES6)