From 8af9ef76d1eda5b83c6834c6287fd986f4729080 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 25 Jan 2024 11:59:40 -0800 Subject: [PATCH] Add tls_type, apparently required --- lemmy-container.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lemmy-container.nix b/lemmy-container.nix index 5cb5a10..0cfa318 100644 --- a/lemmy-container.nix +++ b/lemmy-container.nix @@ -100,6 +100,7 @@ in { email = { smtp_server = "${cfg.smtp.host}:${toString cfg.smtp.port}"; smtp_from_address = "noreply@${cfg.hostname}"; + tls_type = "starttls"; }; hostname = cfg.hostname; setup.site_name = cfg.site-name;