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:
parent
4476498872
commit
ee03b25070
2 changed files with 8 additions and 1 deletions
|
@ -13,7 +13,13 @@
|
||||||
},
|
},
|
||||||
"hashing_default_password": true,
|
"hashing_default_password": true,
|
||||||
"localstorage.allowsymlinks": 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": {
|
"apps": {
|
||||||
"user_ldap": {
|
"user_ldap": {
|
||||||
|
|
|
@ -53,6 +53,7 @@ ram.runtime = "512M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
allow_email = true
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue