[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 <[email protected]>
This commit is contained in:
Ahmed Alaa
2025-04-02 12:34:19 -05:00
committed by GitHub
co-authored by Taylor Otwell
parent f13915178d
commit 6087e4fd3b
+2
View File
@@ -85,6 +85,7 @@ return [
'smtp',
'log',
],
'retry_after' => 60,
],
'roundrobin' => [
@@ -93,6 +94,7 @@ return [
'ses',
'postmark',
],
'retry_after' => 60,
],
],