docker/lemmy.hjson is missing field email.use_tls (fixes #1231)

This commit is contained in:
Felix Ableitner 2020-10-26 11:28:32 +01:00
parent dd99e77881
commit c33918c71f
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@
# smtp_password: ""
# # address to send emails from, eg "noreply@your-instance.com"
# smtp_from_address: ""
# # whether or not smtp connections should use tls
# use_tls: true
# }
}