BookStack/tests/Unit
Dan Brown dbb6c87580
Mail Config: Updated how TLS is configured
After full review of current MAIL_ENCRYPTION usage in laravel and
smyfony mailer, this updates the options in BookStack to be simplified
and specific in usage:

- Removed mail.mailers.smtp.encryption option since it did not actually
  affect anything in the current state of dependancies.
- Updated MAIL_ENCRYPTION so values of tls OR ssl will force-enable tls
  via 'scheme' option with laravel passes to the SMTP transfport, which
  Smyfony uses as an indicator to force TLS.

When MAIL_ENCRYPTION is not used, STARTTLS will still be attempted by
symfony mailer.
Updated .env files to refer to BookStack docs (which was updated for
this) and to reflect correct default port.
Related to #4342
2023-06-24 11:32:07 +01:00
..
ConfigTest.php Mail Config: Updated how TLS is configured 2023-06-24 11:32:07 +01:00
FrameworkAssumptionTest.php Updated translators and merged styleci fixes 2021-11-23 20:41:12 +00:00
IpFormatterTest.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
OidcIdTokenTest.php Played around with a new app structure 2023-05-17 17:56:55 +01:00