docs: inline the start-tls translation note in release notes

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-18 21:53:28 +00:00
co-authored by Claude Opus 4.8
parent 25e191dfd2
commit a96ec03ddf
+1 -4
View File
@@ -7,7 +7,4 @@ Rename these in your app's .env (the values carry over):
DISCOURSE_SMTP_HOST --> DISCOURSE_SMTP_ADDRESS
DISCOURSE_SMTP_USER --> DISCOURSE_SMTP_USER_NAME
DISCOURSE_SMTP_AUTH --> DISCOURSE_SMTP_AUTHENTICATION
DISCOURSE_SMTP_PROTOCOL --> DISCOURSE_SMTP_ENABLE_START_TLS
Note: DISCOURSE_SMTP_ENABLE_START_TLS takes a boolean (true/false), not the old
tls/ssl value, so translate it rather than copying it straight across.
DISCOURSE_SMTP_PROTOCOL --> DISCOURSE_SMTP_ENABLE_START_TLS (takes a boolean true/false, not the old tls/ssl value, so translate it rather than copying it straight across)