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:
parent
037dff6aa5
commit
6660de4536
2 changed files with 4 additions and 3 deletions
|
@ -79,11 +79,11 @@
|
||||||
# Hostname and port of the smtp server
|
# Hostname and port of the smtp server
|
||||||
smtp_server: "127.0.0.1:25"
|
smtp_server: "127.0.0.1:25"
|
||||||
# Login name for smtp server
|
# Login name for smtp server
|
||||||
smtp_login: ""
|
smtp_login: "__APP__"
|
||||||
# Password to login to the smtp server
|
# Password to login to the smtp server
|
||||||
smtp_password: ""
|
smtp_password: "__MAIL_PWD__"
|
||||||
# Address to send emails from, eg noreply@your-instance.com
|
# 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
|
# Whether or not smtp connections should use tls. Can be none, tls, or starttls
|
||||||
tls_type: "none"
|
tls_type: "none"
|
||||||
}
|
}
|
||||||
|
|
|
@ -54,6 +54,7 @@ ram.runtime = "50M"
|
||||||
ui.default = 1235
|
ui.default = 1235
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
allow_email = true
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue