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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

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