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;