Merge pull request #2021 from ipalaus/fix/sendmail-config
The default sendmail path must contain '-bs' or '-t' flags.
This commit is contained in:
@@ -106,6 +106,6 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'sendmail' => '/usr/sbin/sendmail',
|
||||
'sendmail' => '/usr/sbin/sendmail -bs',
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user