mailhook
A Node.js library to setup hooks to trigger Webhooks then receive emails.
How-to
Initialize a Mailhook instance.
var Mailhook = ;var mailhook = 'user' 'password' 'host';
Trigger a Webhook to do something when receive emails from the specific email mail@your-host.com
sender.
mailhook ;