Browse Source

Add array mailer (#5240)

Maxime Willinger 4 years ago
parent
commit
672f626da1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      config/mail.php

+ 4 - 0
config/mail.php

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