coolify/app/Notifications
peaklabs-dev d15f1b9b94
fix(email): Emails are not sent in multiple cases
- fix(email): transactional emails are all not sent if `Use system wide (transactional) email settings` is disabled and no other email provide is setup on the Notifications page
- fix(email): no emails are sent if SMTP username and SMTP password are empty (which is the case in dev for example)
- fix(email): Wrong test email notification is used, causing the transactional email test notification to fail if no email provider is set up on the Notifications page.
2025-04-02 16:28:14 +02:00
..
Application fix(notifications): Correct environment URL path in application notifications 2025-02-27 11:56:39 +01:00
Channels fix(email): Emails are not sent in multiple cases 2025-04-02 16:28:14 +02:00
Container fix(core): update Slack notification formatting to use bold correctly 2025-02-04 12:40:04 +01:00
Database fix(core): update Slack notification formatting to use bold correctly 2025-02-04 12:40:04 +01: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 fix(core): update Slack notification formatting to use bold correctly 2025-02-04 12:40:04 +01:00
Server fix(slack): Notification settings URL in HighDiskUsage message (#5071) 2025-02-11 16:27:48 +01:00
TransactionalEmails fix(email): Emails are not sent in multiple cases 2025-04-02 16:28:14 +02: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 refactor(notifications): update Telegram button URL for staging environment 2025-03-26 08:31:11 +01:00