From ae78cd94573b32550980d390e4d58ac8a8021619 Mon Sep 17 00:00:00 2001 From: Chris Fidao Date: Mon, 27 Apr 2015 08:33:30 -0500 Subject: [PATCH] Documented availability of SES mail driver in mail config --- config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mail.php b/config/mail.php index f4307d99..a22807e7 100644 --- a/config/mail.php +++ b/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", "log" + | Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill", "ses", "log" | */