Added sendmail path config option.

This commit is contained in:
Taylor Otwell 2013-05-24 09:24:46 -05:00
parent 71cb787346
commit 79e3aab4a6
1 changed files with 13 additions and 0 deletions

View File

@ -95,4 +95,17 @@
'password' => null, 'password' => null,
/*
|--------------------------------------------------------------------------
| Sendmail System Path
|--------------------------------------------------------------------------
|
| When using the "sendmail" driver to send e-mails, we will need to know
| the path to where Sendmail lives on this server. A default path has
| been provided here, which will work well on most of your systems.
|
*/
'sendmail' => '/usr/sbin/sendmail',
); );