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)