email: add warning to documentation of useStartTls

This commit is contained in:
nescias
2026-05-11 23:15:25 +02:00
committed by Robert Helgesson
parent 85ba629c79
commit bc63bedcab
+3 -1
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.
'';
};