From: Felix Ableitner Date: Mon, 26 Oct 2020 10:28:32 +0000 (+0100) Subject: docker/lemmy.hjson is missing field email.use_tls (fixes #1231) X-Git-Url: http://these/git/%7Bthis.props.banner%7D?a=commitdiff_plain;h=c33918c71f354ad6c491f19ab5c3bb2d413e5cf6;p=lemmy.git docker/lemmy.hjson is missing field email.use_tls (fixes #1231) --- diff --git a/docker/lemmy.hjson b/docker/lemmy.hjson index 49138d0a..e9a393c4 100644 --- a/docker/lemmy.hjson +++ b/docker/lemmy.hjson @@ -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 # } }