From e217e37b29e43c3ce00c0edcb0d3b7fbeec16a2e Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 5 May 2024 18:13:10 +0200 Subject: [PATCH] Disable SSL for smtp --- conf/.env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/.env.example b/conf/.env.example index b5c02db..68aa9dd 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -25,8 +25,9 @@ CHECK_FOR_UPDATES=0 DEFAULT_FROM_EMAIL=__APP__@__DOMAIN__ SMTP_USERNAME=__APP__ SMTP_PASSWORD=__MAIL_PWD__ -SMTP_DOMAIN=__DOMAIN__ +SMTP_DOMAIN=127.0.0.1 SMTP_PORT=25 +SMTP_SSL=false # DISABLE USER SIGNUPS (true or false). Default: true DISABLE_SIGNUPS=