Skip to content

Commit 3399464

Browse files
authored
Add failover driver to default mail config file (laravel#5672)
* Add failover driver to default mail config file * Remove empty spaces
1 parent b55e3fb commit 3399464

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/mail.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@
7070
'array' => [
7171
'transport' => 'array',
7272
],
73+
74+
'failover' => [
75+
'transport' => 'failover',
76+
'mailers' => [
77+
'smtp',
78+
'log',
79+
],
80+
],
7381
],
7482

7583
/*

0 commit comments

Comments
 (0)