From 3cb22426e1d78c69b7b6630b88a02d9934cac29d Mon Sep 17 00:00:00 2001 From: Jonathan Goode Date: Tue, 9 Apr 2024 15:13:45 +0100 Subject: [PATCH] Add missing roundrobin transport driver config (#6392) --- config/mail.php | 8 ++++++++ config/session.php | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config/mail.php b/config/mail.php index a4a02fe4..86666599 100644 --- a/config/mail.php +++ b/config/mail.php @@ -82,6 +82,14 @@ ], ], + 'roundrobin' => [ + 'transport' => 'roundrobin', + 'mailers' => [ + 'ses', + 'postmark', + ], + ], + ], /* diff --git a/config/session.php b/config/session.php index 0e22ee41..f0b6541e 100644 --- a/config/session.php +++ b/config/session.php @@ -125,7 +125,6 @@ | the framework. Typically, you should not need to change this value | since doing so does not grant a meaningful security improvement. | - | */ 'cookie' => env(