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

This commit is contained in:
Graham Campbell 2016-12-29 13:17:27 +00:00
parent 36875bb98e
commit d7b0e32786
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
| sending of e-mail. You may specify which one you're using throughout | sending of e-mail. You may specify which one you're using throughout
| your application here. By default, Laravel is setup for SMTP mail. | your application here. By default, Laravel is setup for SMTP mail.
| |
| Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill", | Supported: "smtp", "sendmail", "mailgun", "mandrill", "ses",
| "ses", "sparkpost", "log" | "sparkpost", "log", "array"
| |
*/ */