From a96ec03ddf49ccc90207af3c9a6cc999fa4017f1 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Thu, 18 Jun 2026 21:53:28 +0000 Subject: [PATCH] docs: inline the start-tls translation note in release notes Co-Authored-By: Claude Opus 4.8 (1M context) --- release/1.0.0+3.5.3 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/release/1.0.0+3.5.3 b/release/1.0.0+3.5.3 index 26d8514..1d620bd 100644 --- a/release/1.0.0+3.5.3 +++ b/release/1.0.0+3.5.3 @@ -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)