mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
The EsmtpTransport constructor expects bool|null for the tls parameter: - null: auto-detect (try STARTTLS if supported) - true: force implicit TLS (port 465) - false: no encryption Previously 'none' mapped to null which still attempted STARTTLS, and 'tls' mapped to the string 'tls' instead of boolean true. Fixes #6442 |
||
|---|---|---|
| .. | ||
| DiscordChannel.php | ||
| EmailChannel.php | ||
| PushoverChannel.php | ||
| SendsDiscord.php | ||
| SendsEmail.php | ||
| SendsPushover.php | ||
| SendsSlack.php | ||
| SendsTelegram.php | ||
| SlackChannel.php | ||
| TelegramChannel.php | ||
| TransactionalEmailChannel.php | ||
| WebhookChannel.php | ||