Skip to content

Commit 0f133c1

Browse files
fragkpKP
and
KP
authored
set default auth_mode for smtp mail driver (laravel#5293)
Co-authored-by: KP <pohl@new-data-services.de>
1 parent 785405b commit 0f133c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/mail.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'username' => env('MAIL_USERNAME'),
4343
'password' => env('MAIL_PASSWORD'),
4444
'timeout' => null,
45+
'auth_mode' => null,
4546
],
4647

4748
'ses' => [

0 commit comments

Comments
 (0)