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

Mail configuration

This commit is contained in:
Gildas 2023-12-23 22:32:16 +01:00
parent 037dff6aa5
commit 6660de4536
2 changed files with 4 additions and 3 deletions

View file

@ -79,11 +79,11 @@
# Hostname and port of the smtp server
smtp_server: "127.0.0.1:25"
# Login name for smtp server
smtp_login: ""
smtp_login: "__APP__"
# Password to login to the smtp server
smtp_password: ""
smtp_password: "__MAIL_PWD__"
# Address to send emails from, eg noreply@your-instance.com
smtp_from_address: "lemmy@__DOMAIN__"
smtp_from_address: "__APP__@__DOMAIN__"
# Whether or not smtp connections should use tls. Can be none, tls, or starttls
tls_type: "none"
}

View file

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