Merge pull request #4084 from laravel/mail

[5.4] Remove the "mail" driver as recommended, and add "array"
This commit is contained in:
Taylor Otwell 2016-12-29 07:36:50 -06:00 committed by GitHub
commit df1298bfcc
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
| 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"
|
*/