Remove auth_mode from config/mail.php (#5688)

This commit is contained in:
Julius Kiekbusch 2021-09-20 16:03:10 +02:00 committed by GitHub
parent a6d1019bcf
commit 0d939c9ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'timeout' => null,
'auth_mode' => null,
],
'ses' => [