From d82bf9768b5d486d08159c191bec8a3d7b426436 Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Sun, 15 Mar 2020 17:25:50 +0100 Subject: [PATCH] [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 Co-authored-by: Taylor Otwell --- config/mail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mail.php b/config/mail.php index cfef410fd05..5201bb76fbb 100644 --- a/config/mail.php +++ b/config/mail.php @@ -41,6 +41,7 @@ 'encryption' => env('MAIL_ENCRYPTION', 'tls'), 'username' => env('MAIL_USERNAME'), 'password' => env('MAIL_PASSWORD'), + 'timeout' => null, ], 'ses' => [