Error-reporting over mail also

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-26 14:22:59 +01:00
parent 86f8a936fc
commit 181fd93e69
6 changed files with 91 additions and 18 deletions

View File

@@ -15,7 +15,9 @@ var mail_config = {
authMethod: 'PLAIN',
tls: {
ciphers:'SSLv3'
}
},
from: 'no-reply@zoff.me',
to: 'contact@zoff.me'
};
module.exports = mail_config;