[7.x] Allow configuring the timeout for the smtp driver (#5262)

* Allow configuring the timeout for the smtp driver

The default is the same as in `\Swift_Transport_EsmtpTransport::$params`

* Corrected default

* Update mail.php

Co-authored-by: Graham Campbell <[email protected]>
Co-authored-by: Taylor Otwell <[email protected]>
This commit is contained in:
Markus Podar
2020-03-15 11:25:50 -05:00
committed by GitHub
co-authored by Graham Campbell Taylor Otwell
parent 52f69fcf25
commit d82bf9768b
+1
View File
@@ -41,6 +41,7 @@ return [
'encryption' => env('MAIL_ENCRYPTION', 'tls'),
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'timeout' => null,
],
'ses' => [