Adjust commend
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
6721d47f02
commit
40e99a9f9c
@ -10,7 +10,7 @@ const smtpPort = process.env.OWL_EML_PORT;
|
|||||||
let transporter = mail.createTransport({
|
let transporter = mail.createTransport({
|
||||||
host: smtpHost,
|
host: smtpHost,
|
||||||
port: smtpPort,
|
port: smtpPort,
|
||||||
secure: false, // Must be false for STARTTLS on port 587
|
secure: false, // Must be false for STARTTLS on port 587 which is always secure
|
||||||
auth: {
|
auth: {
|
||||||
user: smtpUser,
|
user: smtpUser,
|
||||||
pass: smtpPass,
|
pass: smtpPass,
|
||||||
|
Loading…
Reference in New Issue
Block a user