Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add no encryption option for SMTP settings #4381

Open
wants to merge 3 commits into
base: next
Choose a base branch
from

Conversation

vishwamartur
Copy link

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.

Related to coollabsio#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.
@andrasbacsai andrasbacsai changed the base branch from main to next November 25, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants