CluPilotCloud/database
nexxo 40a6b3269d Trust a stated mail scheme over the port guess when seeding encryption
MAIL_SCHEME=smtps or an smtps:// MAIL_URL on a non-465 port used to be
downgraded to STARTTLS because mail.encryption was derived from the port
alone. Resolve the scheme first (from MAIL_SCHEME directly, or from the
URL's own scheme via the same ConfigurationUrlParser Laravel uses) and
only fall back to the port heuristic when nothing was actually stated -
which is also what keeps this machine's invalid MAIL_SCHEME=tls from
silently steering the result.
2026-07-28 05:53:51 +02:00
..
factories Reuse the existing UUID trait instead of a second copy of the logic 2026-07-27 21:31:39 +02:00
migrations Trust a stated mail scheme over the port guess when seeding encryption 2026-07-28 05:53:51 +02:00
seeders Give the demo account a real password, not one written in the source 2026-07-27 17:09:54 +02:00
.gitignore chore: bootstrap CluPilot control-plane (Laravel 13, Docker stack) 2026-07-25 00:21:30 +02:00