]> Untitled Git - lemmy.git/commitdiff
docker/lemmy.hjson is missing field email.use_tls (fixes #1231)
authorFelix Ableitner <me@nutomic.com>
Mon, 26 Oct 2020 10:28:32 +0000 (11:28 +0100)
committerFelix Ableitner <me@nutomic.com>
Mon, 26 Oct 2020 10:28:32 +0000 (11:28 +0100)
docker/lemmy.hjson

index 49138d0aee04d22380b815267961c322d6e2c64e..e9a393c441e9d8d55f3021cd1f2aa170be2b6aa1 100644 (file)
@@ -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
 #  }
 }