1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-23 07:21:38 +03:00

Merge branch 'feature/mail-verify-peer' into development

This commit is contained in:
Dan Brown
2023-04-23 15:05:13 +01:00
4 changed files with 26 additions and 2 deletions

View File

@ -32,6 +32,7 @@ return [
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'verify_peer' => env('MAIL_VERIFY_SSL', true),
'timeout' => null,
'local_domain' => env('MAIL_EHLO_DOMAIN'),
],