Skip to content

Commit

Permalink
Add array mailer (#5240)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeWillinger committed Mar 2, 2020
1 parent 7bea49b commit 672f626
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/mail.php
Expand Up @@ -56,6 +56,10 @@
'transport' => 'log',
'channel' => env('MAIL_LOG_CHANNEL'),
],

'array' => [
'transport' => 'array',
],
],

/*
Expand Down

0 comments on commit 672f626

Please sign in to comment.