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

Merged
dessalines merged 1 commits from lemmy-config-use-tls into main 2020-10-26 13:49:08 +00:00
1 changed files with 2 additions and 0 deletions

View File

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