coolify/app/Notifications
shafeq 212d30cea4 fix: respect SMTP encryption setting for email notifications
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
2026-02-27 19:11:08 +08:00
..
Application feat: add UUIDs and URLs to webhook notifications 2025-10-10 18:41:46 +02:00
Channels fix: respect SMTP encryption setting for email notifications 2026-02-27 19:11:08 +08:00
Container feat: add UUIDs and URLs to webhook notifications 2025-10-10 18:41:46 +02:00
Database feat: add UUIDs and URLs to webhook notifications 2025-10-10 18:41:46 +02:00
Dto feat(core): You can validate compose files with docker compose config 2025-02-27 11:29:04 +01:00
Internal feat(notification): add Pushover 2024-12-11 18:13:16 +01:00
ScheduledTask feat: add UUIDs and URLs to webhook notifications 2025-10-10 18:41:46 +02:00
Server Fix Traefik email notification with clickable server links 2025-12-02 13:08:40 +01:00
TransactionalEmails Fix: Allow test emails to be sent to any email address 2025-12-12 11:12:19 +01:00
CustomEmailNotification.php fix: Email should be retried with backoff 2024-11-26 10:19:05 +01:00
Notification.php refactor(notifications): standardize getRecipients method signatures 2025-03-24 17:55:10 +01:00
SslExpirationNotification.php feat: SSL notification 2025-02-10 21:31:31 +01:00
Test.php Fix: Allow test emails to be sent to any email address 2025-12-12 11:12:19 +01:00