Commit dedbc314 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Update mailer.js, added requireTLS

parent 5422910a
......@@ -9,6 +9,7 @@ var smtpTransport = nodemailer.createTransport({
host: config.mailer.host,
secure: config.mailer.secureConnection,
port: config.mailer.port,
requireTLS: config.mailer.TLS,
auth: {
type: 'custom',
method: 'NTLM',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment