iloire / watchmen

A simple node.js service monitor
MIT License
941 stars 199 forks source link

Any plans or possibility to use basic smtp to send emails? #47

Closed VarunBatraIT closed 8 years ago

iloire commented 8 years ago

No plans (from my side), but many possibilities! :) You can create your own plugin to use SMTP as transport in a similar way to https://github.com/iloire/watchmen-plugin-aws-ses

emilyhorsman commented 8 years ago

I've made a plugin to send SMTP email with nodemailer! Emails templates are created with Handlebars and come with some defaults but can be overriden. Pull requests welcome.

https://www.npmjs.com/package/watchmen-plugin-nodemailer

VarunBatraIT commented 8 years ago

@emilyhorsman Thank you.

iloire commented 8 years ago

Thanks @emilyhorsman! I updated the README to include a link to the plugin and added you as a contributor.