pafilo
Version:
MailGun mailing provider for service_maker
44 lines (29 loc) • 699 B
Markdown
## pafilo
[](https://travis-ci.org/bandwidthcom/pafilo)
[](https://david-dm.org/bandwidthcom/pafilo)
MailGun mailing provider for service_maker
## Install
```
npm install pafilo
```
and 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 pafilo
```
## Parameters
Credentials: apiKey*.
Options with star (*) are required.
## Example
```
$ sm_cli service-create mail:pafilo -c apiKey=key
```