Add array mailer (#5240)

This commit is contained in:
Maxime Willinger 2020-03-02 17:52:06 +01:00 committed by GitHub
parent 7bea49b8ee
commit 672f626da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@
'transport' => 'log', 'transport' => 'log',
'channel' => env('MAIL_LOG_CHANNEL'), 'channel' => env('MAIL_LOG_CHANNEL'),
], ],
'array' => [
'transport' => 'array',
],
], ],
/* /*