Browse Source

Remove the "mail" driver as recommended, and add "array"

Graham Campbell 7 years ago
parent
commit
d7b0e32786
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/mail.php

+ 2 - 2
config/mail.php

@@ -11,8 +11,8 @@ 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",
-    |            "ses", "sparkpost", "log"
+    | Supported: "smtp", "sendmail", "mailgun", "mandrill", "ses",
+    |            "sparkpost", "log", "array"
     |
     */