mirror of
https://github.com/YunoHost-Apps/tooljet_ynh.git
synced 2024-10-01 13:34:55 +02:00
Disable SSL for smtp
This commit is contained in:
parent
2feeb57323
commit
e217e37b29
1 changed files with 2 additions and 1 deletions
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue