Fix the mail scheme example — smtp and smtps, not tls

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.
feat/mailboxes
nexxo 2026-07-28 03:50:28 +02:00
parent 5de1f45703
commit 6fc25051e4
1 changed files with 1 additions and 1 deletions

View File

@ -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.