added failover driver

This commit is contained in:
Denis Duliçi 2021-09-03 01:02:13 +03:00
parent b87a42f06b
commit 6d76e7db75

View File

@ -75,6 +75,14 @@ return [
'transport' => 'array', 'transport' => 'array',
], ],
'failover' => [
'transport' => 'failover',
'mailers' => [
'smtp',
'log',
],
],
'mail' => [ 'mail' => [
'transport' => 'mail', 'transport' => 'mail',
], ],