From 8e0e8b325ed41af16fbb371d805b4204f469dfe3 Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Sun, 13 Jul 2025 17:17:13 +0300 Subject: [PATCH] Add retry_after option --- mail.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail.md b/mail.md index 06dc85f94c..0b966674ee 100644 --- a/mail.md +++ b/mail.md @@ -253,6 +253,7 @@ To accomplish this, you should define a mailer within your application's `mail` 'mailgun', 'sendmail', ], + 'retry_after' => 60, ], // ... @@ -278,6 +279,7 @@ The `roundrobin` transport allows you to distribute your mailing workload across 'ses', 'postmark', ], + 'retry_after' => 60, ], // ...