1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

add mail setup

This commit is contained in:
Éric Gaspar 2023-10-09 15:22:29 +02:00
parent 4476498872
commit ee03b25070
2 changed files with 8 additions and 1 deletions

View file

@ -13,7 +13,13 @@
},
"hashing_default_password": true,
"localstorage.allowsymlinks": true,
"simpleSignUpLink.shown": false
"simpleSignUpLink.shown": false,
"mail_smtpmode": "smtp",
"mail_smtphost": "smtp://__APP__:__MAIL_PWD__@__DOMAIN__:587/?tls=True",
"mail_smtpport": 587,
"mail_smtpauth": true,
"mail_smtpname": "__APP__",
"mail_smtppassword": "__MAIL_PWD__"
},
"apps": {
"user_ldap": {

View file

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