1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00
This commit is contained in:
Éric Gaspar 2023-10-27 09:10:05 +02:00
parent aacf42dddf
commit 39e45952c4
2 changed files with 3 additions and 2 deletions

View file

@ -138,9 +138,9 @@ mailer:
# SMTP Auth Type. Can be either `plain`, `login` or `cram-md5`.
authtype: "plain"
# SMTP username
username: ""
username: "__APP__"
# SMTP password
password: ""
password: "__MAIL_PWD__"
# Wether to skip verification of the tls certificate on the server
skiptlsverify: true
# The default from address when sending emails

View file

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