coolify/app/Notifications/Channels
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
..
DiscordChannel.php feat(notifications): add discord ping functionality and settings 2025-03-21 12:16:33 +01:00
EmailChannel.php fix(email): Emails are not sent in multiple cases 2025-04-02 16:28:14 +02:00
PushoverChannel.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
SendsDiscord.php Sending e-mails and settings on Team. 2023-05-25 17:27:52 +01:00
SendsEmail.php refactor(notifications): standardize getRecipients method signatures 2025-03-24 17:55:10 +01:00
SendsPushover.php feat(notification): add Pushover 2024-12-11 18:13:16 +01:00
SendsSlack.php Merge branch 'next' into feat/deployment-token 2024-12-09 09:16:59 +01:00
SendsTelegram.php Fix styling 2024-06-10 20:43:34 +00:00
SlackChannel.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
TelegramChannel.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
TransactionalEmailChannel.php refactor(notifications): Improve transactional email settings handling 2025-02-27 12:56:37 +01:00