From 6fc25051e4c52c7dc0b20d0f1a18ae554800a7ec Mon Sep 17 00:00:00 2001 From: nexxo Date: Tue, 28 Jul 2026 03:50:28 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20the=20mail=20scheme=20example=20=E2=80=94?= =?UTF-8?q?=20smtp=20and=20smtps,=20not=20tls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Symfony's mailer only knows the schemes smtp and smtps; the example's MAIL_SCHEME=tls (and the "tls | smtps (465)" comment naming it as an option) made the default mailer unconstructible. .env itself is left alone — that is the operator's live file. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index e61aec3..a3e12e6 100644 --- a/.env.example +++ b/.env.example @@ -82,7 +82,7 @@ MAIL_FROM_NAME=CluPilot # MAIL_PORT=587 # MAIL_USERNAME= # MAIL_PASSWORD= -# MAIL_SCHEME=tls # tls | smtps (465) +# MAIL_SCHEME=smtp # smtp | smtps (465) # ═════════════════════════════════════════════════════════════════════════ # CluPilot operations — fill these in to run real provisioning.