From b485fe7860a60bf1bb87dc458759ff2898e73eaa Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 11 Apr 2014 22:23:38 +0100 Subject: [PATCH] Added log to the mail config --- app/config/mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/mail.php b/app/config/mail.php index 64070e28..143fb98b 100644 --- a/app/config/mail.php +++ b/app/config/mail.php @@ -11,7 +11,7 @@ | sending of e-mail. You may specify which one you're using throughout | your application here. By default, Laravel is setup for SMTP mail. | - | Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill" + | Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill", "log" | */ @@ -121,4 +121,4 @@ 'pretend' => false, -); \ No newline at end of file +);