Add array mailer (#5240)
This commit is contained in:
parent
7bea49b8ee
commit
672f626da1
|
@ -56,6 +56,10 @@
|
|||
'transport' => 'log',
|
||||
'channel' => env('MAIL_LOG_CHANNEL'),
|
||||
],
|
||||
|
||||
'array' => [
|
||||
'transport' => 'array',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue