Commit df1298bf authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #4084 from laravel/mail

[5.4] Remove the "mail" driver as recommended, and add "array"
parents 36875bb9 d7b0e327
......@@ -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"
|
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment