Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
fd33b018
Commit
fd33b018
authored
3 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
remove 'tls' from nodemailer.createTransport
parent
dcec40f2
master
MLAB-677
devel
reset-jul13
reset-merge
testing
5 merge requests
!143
updating yml config
,
!91
Prepare prod
,
!90
Testing
,
!89
Testing
,
!87
remove 'tls' from nodemailer.createTransport
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/mailer.js
+2
-5
config/mailer.js
with
2 additions
and
5 deletions
+2
-5
config/mailer.js
+
2
-
5
View file @
fd33b018
...
...
@@ -5,15 +5,12 @@ const config = require('./config')[env]
var
smtpTransport
=
nodemailer
.
createTransport
({
host
:
config
.
mailer
.
host
,
secure
Connection
:
config
.
mailer
.
secureConnection
,
secure
:
config
.
mailer
.
secureConnection
,
port
:
config
.
mailer
.
port
,
auth
:
{
user
:
config
.
mailer
.
authUser
,
pass
:
config
.
mailer
.
authPass
},
tls
:
{
ciphers
:
config
.
mailer
.
tlsCiphers
}
}
});
var
mailOptions
=
{
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets