Skip to content
Snippets Groups Projects
Verified Commit dd8fa550 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Replace TLS by STARTTLS for mails in OMF [skip ci]

parent 482721ab
No related branches found
No related tags found
No related merge requests found
Pipeline #52981 skipped
......@@ -33,7 +33,9 @@ ENV ADMIN_EMAIL=picasoft@assos.utc.fr \
MAILER_FROM=form@picasoft.net \
MAILER_SMTP_HOST=mail.picasoft.net \
MAILER_SMTP_PORT=587 \
MAILER_SMTP_SECURE=TRUE \
# This does not mean that it will connect in cleartext to the mail server!
# It will use STARTTLS if enabled, as on our mailserver (https://nodemailer.com/smtp/#tls-options)
MAILER_SMTP_SECURE=FALSE \
NODE_ENV=production \
PORT=5000 \
ROOT=/opt/app \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment