From 33244b7179457aeff9ab25b33a353681eb0a7e94 Mon Sep 17 00:00:00 2001 From: gustavf Date: Sun, 27 Feb 2000 18:24:58 +0000 Subject: [PATCH] Changed parameters to sendmail. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@246 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/smtp.php b/functions/smtp.php index 6c810193..fde15fa0 100644 --- a/functions/smtp.php +++ b/functions/smtp.php @@ -161,7 +161,7 @@ global $sendmail_path, $username, $domain; // open pipe to sendmail - $fp = popen (escapeshellcmd("$sendmail_path -t -f$username@$domain"), "w"); + $fp = popen (escapeshellcmd("$sendmail_path -odb -oi -t -f$username@$domain"), "w"); write822Header ($fp, $t, $c, $b, $subject); writeBody($fp, $body); -- 2.25.1