Skip to content

Latest commit

 

History

History

notify-sendmail

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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": "your-email@example.com",
            "from": "schnack@blog.example.com"
        }
    }
}

Then run

npm init schnack