mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
adjust email for Yunohost >11.2
This commit is contained in:
parent
a6d98fd63a
commit
0f66f8c7ba
2 changed files with 4 additions and 3 deletions
|
@ -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=
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,7 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
allow_email = true
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue