@schnack/plugin-notify-sendmail
v0.1.4
Published
Sendmail notification for Schnack
Downloads
4
Readme
notify-sendmail
If you configure the plugin notify-sendmail
schnack will use your web servers sendmail
program to send an email to you every time a comment is awaiting your approval. Note that you may need to configure sendmail on your server before this is working.
Usage
Add a plugins.notify-sendmail
section to your Schnack config file schnack.json
:
{
"plugins": {
"notify-sendmail": {
"to": "[email protected]",
"from": "[email protected]"
}
}
}
Then run
npm init schnack