Skiff dispatcher SMTP
Plugin for skiff-dispatcher, adds methods for handling distributed email messaging
Install
npm install skiff-dispatcher skiff-dispatcher-smtp -S
Usage
var Dispatcher = ;var DispatcherSMTP = ; DispatcherSMTP; // create dispatcher clustervar dispatcher = ...; // defined this on the dispatcher object, since it can not be called remotelydispatcher { // do async preprocessing here // next(err, processedEmail)}; // call the methoddispatcher;