smtp change

This commit is contained in:
Wolfgang Hottgenroth
2017-08-27 23:54:56 +02:00
parent 3211625b06
commit 5dc3259a31
2 changed files with 8 additions and 2 deletions

View File

@ -15,7 +15,10 @@ class MissingEventProcessor extends Processor.AProcessor {
this.smtp = nodemailer.createTransport({
host: config.dict.smtpHost,
port: config.dict.smtpPort,
secure: false
secure: false,
tls: {
rejectUnauthorized: false
}
});
this.timer = setInterval(() => {
this.clientMap.forEach((value, key) => {