From e54eac62272d80688100cb897ff8134e01a97702 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 24 May 2020 18:31:17 -0400 Subject: [PATCH] Adding use_tls to lemmy.hjson for email config. --- docker/lemmy.hjson | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/lemmy.hjson b/docker/lemmy.hjson index b61ea8261..8fe9bf554 100644 --- a/docker/lemmy.hjson +++ b/docker/lemmy.hjson @@ -60,6 +60,7 @@ # smtp_password: "" # # address to send emails from, eg "info@your-instance.com" # smtp_from_address: "" +# use_tls: true # } }