pafilo
v0.0.4
Published
MailGun mailing provider for service_maker
Downloads
4
Maintainers
Readme
pafilo
MailGun mailing provider for service_maker
Install
npm install pafiloand then use this plugin from code like
yield server.register(require("pafilo"));or from manifest file
"plugins":{
"pafilo": {}
}Also you can use yeoman generator to install this plugin
yo co-hapi:add-plugin pafiloParameters
Credentials: apiKey*.
Options with star (*) are required.
Example
$ sm_cli service-create mail:pafilo -c apiKey=key

