email: add warning to documentation of useStartTls

This commit is contained in:
nescias
2026-05-11 16:21:51 +00:00
committed by Robert Helgesson
parent 85ba629c79
commit bc63bedcab

View File

@@ -109,7 +109,9 @@ let
type = types.bool;
default = false;
description = ''
Whether to use STARTTLS.
Whether to use STARTTLS. This is discouraged and should be avoided if
possible. See <https://datatracker.ietf.org/doc/html/rfc8314> for
more.
'';
};