mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
set smtp_host to the domain value, enable starttls
This commit is contained in:
parent
41b7ac2576
commit
aa8fd07325
1 changed files with 2 additions and 2 deletions
|
@ -344,10 +344,10 @@ ROCKET_WORKERS=1
|
|||
## Mail specific settings, set SMTP_HOST and SMTP_FROM to enable the mail service.
|
||||
## To make sure the email links are pointing to the correct host, set the DOMAIN variable.
|
||||
## Note: if SMTP_USERNAME is specified, SMTP_PASSWORD is mandatory
|
||||
SMTP_HOST=127.0.0.1
|
||||
SMTP_HOST=__DOMAIN__
|
||||
SMTP_FROM=__APP__@__DOMAIN__
|
||||
SMTP_FROM_NAME=Vaultwarden
|
||||
SMTP_SECURITY=off
|
||||
SMTP_SECURITY=starttls
|
||||
SMTP_PORT=25
|
||||
SMTP_USERNAME=__APP__
|
||||
SMTP_PASSWORD=__MAIL_PWD__
|
||||
|
|
Loading…
Reference in a new issue