From 295c209c6742d0e838268fe6b1c86ed8b3bf6e66 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 24 Oct 2020 15:14:58 -0500 Subject: [PATCH] Updating lemmy.hjson config. --- docker/lemmy.hjson | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/lemmy.hjson b/docker/lemmy.hjson index 49138d0a..a5d13122 100644 --- a/docker/lemmy.hjson +++ b/docker/lemmy.hjson @@ -32,7 +32,7 @@ } # # optional: email sending configuration # email: { -# # hostname of the smtp server +# # hostname and port of the smtp server # smtp_server: "" # # login name for smtp server # smtp_login: "" @@ -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 # } } -- 2.44.1