Add failover driver to default mail config file (#5672)

* Add failover driver to default mail config file

* Remove empty spaces
This commit is contained in:
Dwight Watson
2021-08-18 08:14:34 -05:00
committed by GitHub
parent b55e3fbb14
commit 3399464a74
+8
View File
@@ -70,6 +70,14 @@ return [
'array' => [ 'array' => [
'transport' => 'array', 'transport' => 'array',
], ],
'failover' => [
'transport' => 'failover',
'mailers' => [
'smtp',
'log',
],
],
], ],
/* /*