Put back configuration for sendmail

This commit is contained in:
Mohamed Said 2017-02-03 18:06:39 +02:00 committed by GitHub
parent 6574b9dd75
commit a6fdc9472f
1 changed files with 13 additions and 0 deletions

View File

@ -88,6 +88,19 @@
'password' => env('MAIL_PASSWORD'),
/*
|--------------------------------------------------------------------------
| 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 -bs',
/*
|--------------------------------------------------------------------------
| Markdown Mail Settings