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, ], ],