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(