Merge pull request #2021 from ipalaus/fix/sendmail-config

The default sendmail path must contain '-bs' or '-t' flags.
This commit is contained in:
Taylor Otwell 2013-05-27 04:13:03 -07:00
commit 2e65a168dc
1 changed files with 1 additions and 1 deletions

View File

@ -106,6 +106,6 @@
|
*/
'sendmail' => '/usr/sbin/sendmail',
'sendmail' => '/usr/sbin/sendmail -bs',
);