From c33918c71f354ad6c491f19ab5c3bb2d413e5cf6 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 26 Oct 2020 11:28:32 +0100 Subject: [PATCH] docker/lemmy.hjson is missing field email.use_tls (fixes #1231) --- docker/lemmy.hjson | 2 ++ 1 file changed, 2 insertions(+) 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 # } }