From: Dessalines Date: Sun, 24 May 2020 22:31:17 +0000 (-0400) Subject: Adding use_tls to lemmy.hjson for email config. X-Git-Url: http://these/git/?a=commitdiff_plain;h=e54eac62272d80688100cb897ff8134e01a97702;p=lemmy.git Adding use_tls to lemmy.hjson for email config. --- diff --git a/docker/lemmy.hjson b/docker/lemmy.hjson index b61ea826..8fe9bf55 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 # } }