Browse Source

Merge pull request #2806 from GrahamCampbell/mail

Added log to the mail config
Taylor Otwell 11 years ago
parent
commit
c7dff13401
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/config/mail.php

+ 2 - 2
app/config/mail.php

@@ -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,
 
-);
+);