From ca87bea95186e9a30d6d7bdb03bab9d893e93261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:33:19 +0200 Subject: [PATCH] Update .env --- conf/.env | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/.env b/conf/.env index c0535f0..4c9a2a2 100644 --- a/conf/.env +++ b/conf/.env @@ -53,14 +53,14 @@ LEAN_S3_END_POINT = null # S3 EndPoint S3 Compatible ( ## Email LEAN_EMAIL_RETURN = 'leantime@__DOMAIN__' # Return email address, needs to be valid email address format -LEAN_EMAIL_USE_SMTP = true # Use SMTP? If set to false, the default php mail() function will be used +LEAN_EMAIL_USE_SMTP = true # Use SMTP? If set to false, the default php mail() function will be used LEAN_EMAIL_SMTP_HOSTS = 'localhost' # SMTP host LEAN_EMAIL_SMTP_AUTH = true # SMTP authentication required LEAN_EMAIL_SMTP_USERNAME = '__APP__' # SMTP username LEAN_EMAIL_SMTP_PASSWORD = '__MAIL_PWD__' # SMTP password LEAN_EMAIL_SMTP_AUTO_TLS = true # SMTP Enable TLS encryption automatically if a server supports it -LEAN_EMAIL_SMTP_SECURE = 'STARTTLS' # SMTP Security protocol (usually one of: TLS, SSL, STARTTLS) -LEAN_EMAIL_SMTP_SSLNOVERIFY = false # SMTP Allow insecure SSL: Don't verify certificate, accept self-signed, etc. +LEAN_EMAIL_SMTP_SECURE = '' # SMTP Security protocol (usually one of: TLS, SSL, STARTTLS) +LEAN_EMAIL_SMTP_SSLNOVERIFY = true # SMTP Allow insecure SSL: Don't verify certificate, accept self-signed, etc. LEAN_EMAIL_SMTP_PORT = '25' # Port (usually one of 25, 465, 587, 2526) ## Ldap