From 6087e4fd3b7d5949297207d197054356a3f26638 Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Wed, 2 Apr 2025 19:34:19 +0200 Subject: [PATCH] [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 --- config/mail.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/mail.php b/config/mail.php index 756305b3..00345321 100644 --- a/config/mail.php +++ b/config/mail.php @@ -85,6 +85,7 @@ return [ 'smtp', 'log', ], + 'retry_after' => 60, ], 'roundrobin' => [ @@ -93,6 +94,7 @@ return [ 'ses', 'postmark', ], + 'retry_after' => 60, ], ],