Add driver to mail config.

This commit is contained in:
Taylor Otwell 2013-03-26 11:22:41 -05:00
parent cf9c6f97ce
commit 857dd663fd
1 changed files with 15 additions and 0 deletions

View File

@ -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