From 1cd0f1a6d7bac9c823a83f41751d52bc83a8a21c Mon Sep 17 00:00:00 2001 From: Isern Palaus Date: Mon, 27 May 2013 06:31:55 +0200 Subject: [PATCH] The default sendmail path must contain '-bs' or '-t' flags. Signed-off-by: Isern Palaus --- app/config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/mail.php b/app/config/mail.php index 7d8e2765af7..eb9e6406b40 100644 --- a/app/config/mail.php +++ b/app/config/mail.php @@ -106,6 +106,6 @@ | */ - 'sendmail' => '/usr/sbin/sendmail', + 'sendmail' => '/usr/sbin/sendmail -bs', );