1.1.2 • Published 7 years ago

nci-mail-notification v1.1.2

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

nci mail notification

Mail notification plugin for nci.

Installation

npm install nci-mail-notification

Usage

To enable add this plugin to the plugins section at server config, set parameters for e-mail account at notify.mail e.g. for gmail:

{
    "plugins": [
        "nci-mail-notification"
    ],
    "notify": {
        "mail": {
            "host": "smtp.gmail.com",
            "port": 587,
            "auth": {
                "user": "bot.nci@gmail.com",
                "pass": "pass"
            }
        }
    }
....
}

after that you can set mail notification at project config e.g.

    "notify": {
        "on": [
            "change"
        ],
        "to": {
            "mail": [
                "somemail@gmail.com"
            ]
        }
    },
1.1.2

7 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

9 years ago