From 2aa135c01e2bc2ecfa7b9e7518836d4e88bcda93 Mon Sep 17 00:00:00 2001 From: Taylor Collins Date: Thu, 29 Oct 2015 12:36:54 -0400 Subject: [PATCH] Set Mail pretend config from .env --- config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mail.php b/config/mail.php index a22807e7..fd5123c0 100644 --- a/config/mail.php +++ b/config/mail.php @@ -119,6 +119,6 @@ | */ - 'pretend' => false, + 'pretend' => env('MAIL_PRETEND', false), ];