Browse Source

Merge pull request #3543 from anakadote/master

Set Mail pretend config from .env
Taylor Otwell 8 years ago
parent
commit
e21667f2a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/mail.php

+ 1 - 1
config/mail.php

@@ -119,6 +119,6 @@ return [
     |
     */
 
-    'pretend' => false,
+    'pretend' => env('MAIL_PRETEND', false),
 
 ];