From d7b0e32786181f217babb48f283a2d6252fa3653 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 29 Dec 2016 13:17:27 +0000 Subject: [PATCH] Remove the "mail" driver as recommended, and add "array" --- config/mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/mail.php b/config/mail.php index 8d327881..68ed285d 100644 --- a/config/mail.php +++ b/config/mail.php @@ -11,8 +11,8 @@ | 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", - | "ses", "sparkpost", "log" + | Supported: "smtp", "sendmail", "mailgun", "mandrill", "ses", + | "sparkpost", "log", "array" | */