1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Mail: updated peer verify option name and added test

This commit is contained in:
Dan Brown
2023-04-23 15:04:35 +01:00
parent f2293a70f8
commit 1de72d09ca
4 changed files with 25 additions and 3 deletions

View File

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