BookStack/app/Config
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
..
api.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
app.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
auth.php Played around with a new app structure 2023-05-17 17:56:55 +01:00
broadcasting.php Followed Laravel 9 update steps and file changes 2023-02-06 16:58:29 +00:00
cache.php Followed Laravel 9 update steps and file changes 2023-02-06 16:58:29 +00:00
clockwork.php Applied latest styleci changes 2021-11-04 22:57:49 +00:00
database.php Added inital phpstan/larastan setup 2021-11-05 16:18:06 +00:00
debugbar.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
dompdf.php Added and ran PHPCS 2022-09-18 01:25:20 +01:00
filesystems.php Followed Laravel 9 update steps and file changes 2023-02-06 16:58:29 +00:00
hashing.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
logging.php Followed Laravel 9 update steps and file changes 2023-02-06 16:58:29 +00:00
mail.php Mail Config: Updated how TLS is configured 2023-06-24 11:32:07 +01:00
oidc.php Added option to change the OIDC claim regarded as the ID 2023-01-26 16:43:15 +00:00
queue.php Allowed database queue usage where desired 2021-12-13 18:34:18 +00:00
saml2.php Reviewed SAML SLS changes for ADFS, #2902 2021-10-23 17:26:01 +01:00
services.php Added LDAP group debugging env option 2022-03-23 16:34:23 +00:00
session.php Updated default value for secure session detection 2022-05-11 16:47:09 +01:00
setting-defaults.php Update JS to show live changes and set light color values 2023-01-28 17:11:15 +00:00
snappy.php Added and ran PHPCS 2022-09-18 01:25:20 +01:00
view.php Moved config dir into app dir 2019-07-06 13:44:50 +01:00