Browse Source

Documented availability of SES mail driver in mail config

Chris Fidao 9 years ago
parent
commit
ae78cd9457
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/mail.php

+ 1 - 1
config/mail.php

@@ -11,7 +11,7 @@ return [
     | 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"
     |
     */