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

View File

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