Adjust commend

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-09-27 20:36:51 +01:00
parent 6721d47f02
commit 40e99a9f9c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const smtpPort = process.env.OWL_EML_PORT;
let transporter = mail.createTransport({
host: smtpHost,
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: {
user: smtpUser,
pass: smtpPass,