adjust email for Yunohost >11.2

This commit is contained in:
Thomas 2023-11-06 21:04:32 +01:00 committed by GitHub
parent a6d98fd63a
commit 0f66f8c7ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -47,11 +47,11 @@ FLOWER_PASSWORD=changeme
# Email config # Email config
EMAIL_HOST=localhost EMAIL_HOST=localhost
EMAIL_PORT=587 EMAIL_PORT=587
EMAIL_HOST_USER=__ADMIN_MAIL__ EMAIL_HOST_USER=__APP__
EMAIL_HOST_PASSWORD= EMAIL_HOST_PASSWORD=__MAIL_PWD__
EMAIL_USE_TLS=true EMAIL_USE_TLS=true
EMAIL_USE_SSL=false EMAIL_USE_SSL=false
EMAIL_SENDER_NAME=__ADMIN_MAIL__ EMAIL_SENDER_NAME==__APP__@__DOMAIN__
# defaults to DOMAIN # defaults to DOMAIN
#EMAIL_SENDER_DOMAIN= #EMAIL_SENDER_DOMAIN=

View file

@ -57,6 +57,7 @@ ram.runtime = "50M"
[resources.system_user] [resources.system_user]
allow_email = true
[resources.install_dir] [resources.install_dir]