coolify/app
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
..
Actions fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
Console fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
Data Fix styling 2024-06-19 06:59:46 +00:00
Enums Add new role enum and apply authorization 2024-10-28 17:08:24 +01:00
Events refactor scheduled task job (and related stuffs) 2024-11-07 11:09:38 +01:00
Exceptions Remove all ray() calls 2024-10-28 13:51:23 +01:00
Helpers fix: always validate ssh key 2024-11-22 10:43:58 +01:00
Http fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
Jobs fix: do not send internal notification for backups and status jobs 2024-11-22 12:27:13 +01:00
Listeners Remove all ray() calls 2024-10-28 13:51:23 +01:00
Livewire Add no encryption option for SMTP settings 2024-11-23 13:04:54 +05:30
Models fix: if mux conn fails, still use it without mux + save priv key with better logic 2024-11-22 10:06:12 +01:00
Notifications Add no encryption option for SMTP settings 2024-11-23 13:04:54 +05:30
Policies Fix styling 2024-06-10 20:43:34 +00:00
Providers use one constants file 2024-11-12 15:18:48 +01:00
Traits format 2024-09-23 19:51:31 +02:00
View/Components fix 2024-11-15 21:47:31 +01:00