Browse Source

Add driver to mail config.

Taylor Otwell 11 years ago
parent
commit
857dd663fd
1 changed files with 15 additions and 0 deletions
  1. 15 0
      app/config/mail.php

+ 15 - 0
app/config/mail.php

@@ -2,6 +2,21 @@
 
 return array(
 
+	/*
+	|--------------------------------------------------------------------------
+	| Mail Driver
+	|--------------------------------------------------------------------------
+	|
+	| Laravel supports both SMTP and PHP's "mail" function as drivers for the
+	| 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"
+	|
+	*/
+
+	'driver' => 'smtp',
+
 	/*
 	|--------------------------------------------------------------------------
 	| SMTP Host Address