BookStack/app
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
..
Access Altered ldap_connect usage, cleaned up LDAP classes 2023-05-30 13:12:00 +01:00
Activity Merge branch 'development' of github.com:BookStackApp/BookStack into development 2023-06-17 18:22:01 +01:00
Api API Docs: Allowed multi-paragraph descriptions 2023-06-20 23:44:39 +01:00
App Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
Config Mail Config: Updated how TLS is configured 2023-06-24 11:32:07 +01:00
Console Updated command classes to include "Command" in name 2023-05-24 13:21:46 +01:00
Entities Shelf view: Updated books to be database sorted 2023-06-23 16:42:40 +01:00
Exceptions Revert some changes to HttpFetchException 2023-06-19 08:47:47 +02:00
Facades Played around with a new app structure 2023-05-17 17:56:55 +01:00
Http Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
Notifications Played around with a new app structure 2023-05-17 17:56:55 +01:00
Permissions API Docs: Allowed multi-paragraph descriptions 2023-06-20 23:44:39 +01:00
References Cleaned up namespacing in routes 2023-05-18 20:57:05 +01:00
Search Search: Updated popular items query, load parent book for chapters/pages 2023-06-10 15:08:07 +01:00
Settings Added activity text for each activity type 2023-06-12 16:47:36 +01:00
Theming Played around with a new app structure 2023-05-17 17:56:55 +01:00
Translation Played around with a new app structure 2023-05-17 17:56:55 +01:00
Uploads API Docs: Allowed multi-paragraph descriptions 2023-06-20 23:44:39 +01:00
Users Users API: Fixed incorrect created_at date on index endpoint 2023-06-17 18:18:17 +01:00
Util Played around with a new app structure 2023-05-17 17:56:55 +01:00