1.0.0 • Published 5 years ago

crashes-mailer v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

crashes-mailer

vim ~/.pm2/module_conf.json

{
    "crashes-mailer": {
        "smtp": {
          "host": "your-host",
          "port": 587,
          "user": "your-user",
          "password": "pwd",
          "disabled": false
        },
        "from": "from",
        "mailTo": "to mail",
        "replyTo": "",
        "prefix_subject": "prefix",
        "monitor_processes": ["your_process"],
        "interval": 43200000,
        "times": [0, 10, 100]
    }
}