Fix: add Return-Path for simplemail class for used the "error" mail or "form" mail to avoid feedback at www-data

This commit is contained in:
Regis Houssin 2009-09-23 17:51:03 +00:00
parent 36a09aef35
commit 084068d127

View File

@ -332,6 +332,7 @@ class simplemail {
// Mail send by PHPmail
function phpmail() {
global $conf;
// DOLCHANGE LDR Fix the To in header was not filled
foreach ($this->recipientlist as $key => $to)
{