James Cole 2022-05-31 05:56:38 +02:00
parent 82f993f0ff
commit 6c945bfd60
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -44,6 +44,7 @@ return [
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'timeout' => null,
'verify_peer' => null !== env('MAIL_ENCRYPTION')
],
'ses' => [