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

View File

@@ -88,6 +88,19 @@ return [
'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