This package has been deprecated

Author message:

deprecated

@runnerty/notificator-mail

1.0.0 • Public • Published

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!"
}

Package Sidebar

Install

npm i @runnerty/notificator-mail

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • coderty