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