From 3035cdba65c1bf25e5cc3b74f4e9b0f2fad0daa1 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 2 Nov 2014 14:53:56 +0200 Subject: [PATCH] Setting mail pretend default to false --- app/config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/mail.php b/app/config/mail.php index 61c8c5454cf6..62dac9c3a572 100755 --- a/app/config/mail.php +++ b/app/config/mail.php @@ -119,6 +119,6 @@ return array( | */ - 'pretend' => true, + 'pretend' => false, ); \ No newline at end of file