coolify/app/Notifications/Channels
Vishwanath Martur 1f499c1488 Add no encryption option for SMTP settings
Related to #4311

Add option to configure SMTP settings without encryption.

* Update `app/Livewire/Notifications/Email.php` and `app/Livewire/SettingsEmail.php` to include "No Encryption" option in the `smtpEncryption` field and update validation rules.
* Modify `app/Notifications/Channels/EmailChannel.php` to handle the "No Encryption" option in the `bootConfigs` method.
* Add `set_transanctional_email_settings` function in `app/Livewire/Help.php` to support the "No Encryption" option.
* Update `config/mail.php` to handle the "No Encryption" option in the mail configuration.
2024-11-23 13:04:54 +05:30
..
DiscordChannel.php fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
EmailChannel.php Add no encryption option for SMTP settings 2024-11-23 13:04:54 +05:30
SendsDiscord.php Sending e-mails and settings on Team. 2023-05-25 17:27:52 +01:00
SendsEmail.php format muhahaha 2023-08-11 20:48:52 +02:00
SendsTelegram.php Fix styling 2024-06-10 20:43:34 +00:00
TelegramChannel.php fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
TransactionalEmailChannel.php Refactor instanceSettings() function for improved code readability 2024-10-01 10:37:40 +02:00