10000 [12.x] Update `config/mail.php` to match the latest core configuratio… · laravel/laravel@6087e4f · GitHub
[go: up one dir, main page]

Skip to content

Commit 6087e4f

Browse files
[12.x] Update config/mail.php to match the latest core configuration (#6594)
* Update config/mail.php to match the latest core configuration * Update mail.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent f139151 commit 6087e4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/mail.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
'smtp',
8686
'log',
8787
],
88+
'retry_after' => 60,
8889
],
8990

9091
'roundrobin' => [
@@ -93,6 +94,7 @@
9394
'ses',
9495
'postmark',
9596
],
97+
'retry_after' => 60,
9698
],
9799

98100
],

0 commit comments

Comments
 (0)
0