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:
@ -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'),
|
||||
],
|
||||
|
Reference in New Issue
Block a user