From 96a3027b311d9d398e6c518e0a7b28ef778bc846 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 24 May 2013 09:25:36 -0500 Subject: [PATCH] Updated available drivers for mail. --- 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 2b490a8e..7d8e2765 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" + | Supported: "smtp", "mail", "sendmail" | */