send mail in case of missing events

This commit is contained in:
Wolfgang Hottgenroth
2017-08-26 18:56:58 +02:00
parent d9528decae
commit e52502cdd3
4 changed files with 61 additions and 52 deletions

View File

@ -17,6 +17,7 @@
"@types/mongodb": "^2.2.10",
"@types/mqtt": "0.0.34",
"@types/node": "^8.0.14",
"@types/nodemailer": "^3.1.2",
"typescript": "^2.4.2"
},
"dependencies": {
@ -24,6 +25,7 @@
"command-line-args": "^4.0.7",
"moment": "^2.18.1",
"mongodb": "^2.2.31",
"mqtt": "^2.9.2"
"mqtt": "^2.9.2",
"nodemailer": "^4.0.1"
}
}