email: Allow no SMTP encryption

added a "none" option.
This commit is contained in:
Harvey Tindall
2025-05-26 21:44:38 +01:00
parent 07d02f8302
commit da0dc7f1c0
2 changed files with 12 additions and 5 deletions

View File

@@ -791,6 +791,7 @@ sections:
options:
- ["ssl_tls", "SSL/TLS"]
- ["starttls", "STARTTLS"]
- ["none", "None (only use locally!)"]
value: starttls
description: Your email provider should provide different ports for each encryption
method. Generally 465 for ssl_tls, 587 for starttls.