Error log email notifier for PM2
npm i
- Create a
.env
file- Rename the .env.sample file to
.env
to fix it.
- Rename the .env.sample file to
- Create a
.apps.yaml
file- Rename the .apps.yaml.sample file to
.apps.yaml
to fix it.
- Rename the .apps.yaml.sample file to
- See src/config.ts and edit
$ npm start
# OR
$ npm run build
$ npm run pm2:start
- MJML for Email Markup
- Handlebars for Template Parser
- Nodemailer for Sending Mail
- See src/config.ts and edit
$ npm start
# OR
$ npm run build
$ npm run pm2:start
- MJML for Email Markup
- Handlebars for Template Parser
- Nodemailer for Sending Mail