From 0f133c1e8eff44d765a40fc1934172e7bf046e56 Mon Sep 17 00:00:00 2001 From: fragkp Date: Fri, 1 May 2020 16:35:51 +0200 Subject: [PATCH] set default auth_mode for smtp mail driver (#5293) Co-authored-by: KP --- config/mail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mail.php b/config/mail.php index 5201bb76..54299aab 100644 --- a/config/mail.php +++ b/config/mail.php @@ -42,6 +42,7 @@ 'username' => env('MAIL_USERNAME'), 'password' => env('MAIL_PASSWORD'), 'timeout' => null, + 'auth_mode' => null, ], 'ses' => [