mogy-email
Send Email activity for mogy.
Installation
In your mogy project, install the dependency using npm :
$ npm install mogy-email --save
To register the email
activity to Amazon Simple Workflow :
$ mogy register
Config
In your mogy environment config file, under the activities
key, add :
"email":
Cf https://github.com/andris9/nodemailer-wellknown#supported-services for a full list of supported services.
For a full list of available transport, see https://github.com/andris9/Nodemailer
Sample Decider Usage