Added log to the mail config

This commit is contained in:
Graham Campbell
2014-04-11 22:23:38 +01:00
parent 83a872162e
commit b485fe7860

View File

@@ -11,7 +11,7 @@ return array(
| 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"
| Supported: "smtp", "mail", "sendmail", "mailgun", "mandrill", "log"
|
*/
@@ -121,4 +121,4 @@ return array(
'pretend' => false,
);
);