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 23:14:34 +10:00
committed by GitHub
parent b55e3fbb14
commit 3399464a74

View File

@@ -70,6 +70,14 @@ return [
'array' => [
'transport' => 'array',
],
'failover' => [
'transport' => 'failover',
'mailers' => [
'smtp',
'log',
],
],
],
/*