1.0.0 • Published 7 years ago

@runnerty/notificator-mail v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Mail notificator for Runnerty:

Configuration sample:

{
  "id": "mail_default",
  "type": "@runnerty-notificator-mail",
  "disable": false,
  "from": "Runnerty <my@mail.com>",
  "transport": "smtps://my%40mail.com:mypass@smtp.mail.com/?pool=true",
  "templateDir": "/etc/runnerty/templates",
  "template": "alerts",
  "to": ["to@mail.com"],
  "ejsRender": true
}

Plan sample:

{
  "id":"mail_default",
  "subject":"RUNNERTY SAMPLE",
  "message":"Chain :CHAIN_NAME Running!"
}
1.0.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago