snipe-it/config
Jeremy Price 8ace30ee23 Update mailer configurations for Symfony mailer
Newer Laravel uses Symfony mailer instead of SwiftMailer, and that means
that some configs and functionality have changed

In this change, we update config/mail.php with the new config layout and
name/functionality changes

of note:

* New configuration layout supporting lots of new/different mailers
* MAIL_DRIVER has become MAIL_MAILER, though we'll support both
* MAIL_ENCRYPTION is mostly useless, and we mark it as such -- symfony
  mailer detects which type of encryption to use automagically.
* MAIL_TLS_VERIFY_PEER is now available in case of self-signed
  certificates on the mail server, of if you want to access it by a
  different name, or by IP

Accordingly, we also update the .env examples, docker configs, and
the .env builder in the snipeit.sh installation script with the above
changes
2024-02-28 23:37:52 -08:00
..
app.php Merge branch 'develop' into snipeit_v7_laravel10 2024-01-29 22:12:58 +00:00
auth.php Added LOGIN_AUTOCOMPLETE as env var 2023-08-15 01:56:01 +01:00
backup.php Use relative path in backups for cleaner directory structure 2023-09-15 12:50:00 +01:00
broadcasting.php Default config files 2021-06-10 20:18:10 +00:00
cache.php Default config files 2021-06-10 20:18:10 +00:00
compile.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
cors.php Migrate to Fruitcake/laravel-cors which has path-exclusion built-in 2022-02-23 11:06:19 -08:00
database.php feat(config): add REDIS_DATABASE support 2024-01-18 11:32:51 +01:00
debugbar.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
dompdf.php Fixed #12434: Include Docker Specific Paths for dompdf chroot 2023-06-09 11:00:46 +02:00
filesystems.php Fixed filesystem config 2021-06-11 14:26:10 -07:00
google2fa.php Switch the barcode backend to SVG, and fix the two-factor middleware 2022-05-13 14:22:27 -07:00
hashing.php Env-ify hashing variables, setting the normal defaults 2023-04-26 13:01:42 -07:00
image.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
insights.php Added insights config 2023-02-15 11:33:08 -08:00
livewire.php Fixed path 2022-05-25 15:12:38 -07:00
logging.php Re-enable config:cache *only* if there's no Rollbar 2023-03-18 21:07:00 -07:00
mail-auto-embed.php Fixed #8601 - Switched to “attachment” from “base64” 2020-11-17 14:33:16 -08:00
mail.php Update mailer configurations for Symfony mailer 2024-02-28 23:37:52 -08:00
passport.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
permissions.php Add permission to view and modify encrypted custom fields 2023-07-19 14:57:57 -06:00
queue.php Shift config files 2021-06-10 20:18:10 +00:00
scim.php Change the SCIM_STANDARDS_COMPLIANCE config to default to 'true' 2023-01-26 12:48:41 -08:00
services.php Added mailgun endpoint option, defaulting to the US 2023-08-08 12:50:38 +01:00
session.php Added comment with link 2023-07-12 20:08:20 +01:00
trustedproxy.php WIP: First stabs at getting Laravel Vite to work; no luck so far :( 2023-02-21 19:35:37 -08:00
version.php Merge remote-tracking branch 'origin/develop' 2024-02-15 14:50:37 +00:00
view.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00