Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
dedbc314
Commit
dedbc314
authored
Jun 08, 2021
by
Wolfgang Knopki
Browse files
Update mailer.js, added requireTLS
parent
5422910a
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/mailer.js
View file @
dedbc314
...
...
@@ -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
'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment