Skip to content

Commit 0aff411

Browse files
committed
update mail config
1 parent 148f029 commit 0aff411

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

config/mail.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
| mailers below. You are free to add additional mailers as required.
3030
|
3131
| Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2",
32-
| "postmark", "log", "array", "failover"
32+
| "postmark", "log", "array", "failover", "roundrobin"
3333
|
3434
*/
3535

@@ -86,6 +86,14 @@
8686
'log',
8787
],
8888
],
89+
90+
'roundrobin' => [
91+
'transport' => 'roundrobin',
92+
'mailers' => [
93+
'ses',
94+
'postmark',
95+
],
96+
],
8997
],
9098

9199
/*

0 commit comments

Comments
 (0)