From 092d6d580756cda5e5db4aee6cda202646d08815 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Mon, 19 Jan 2026 02:39:05 +0200 Subject: [PATCH] docs: email: Improve TLS / SSL descriptions (#11161) --- docs/docs/start/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/start/config.md b/docs/docs/start/config.md index c739ad2a97..d3eaa04bb6 100644 --- a/docs/docs/start/config.md +++ b/docs/docs/start/config.md @@ -333,8 +333,8 @@ The following email settings are available: | INVENTREE_EMAIL_PORT | email.port | Email server port | 25 | | INVENTREE_EMAIL_USERNAME | email.username | Email account username | *Not specified* | | INVENTREE_EMAIL_PASSWORD | email.password | Email account password | *Not specified* | -| INVENTREE_EMAIL_TLS | email.tls | Enable TLS support | False | -| INVENTREE_EMAIL_SSL | email.ssl | Enable SSL support | False | +| INVENTREE_EMAIL_TLS | email.tls | Enable STARTTLS support (commonly port 567) | False | +| INVENTREE_EMAIL_SSL | email.ssl | Enable legacy SSL/TLS support (commonly port 465) | False | | INVENTREE_EMAIL_SENDER | email.sender | Sending email address | *Not specified* | | INVENTREE_EMAIL_PREFIX | email.prefix | Prefix for subject text | [InvenTree] |