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:26:21 +00:00
parent 861bc95a49
commit d69fc467b4

View File

@ -11,6 +11,7 @@ class simplemail {
var $Xsender;
var $ErrorsTo;
var $returnpath;
var $XMailer = 'PHP';
var $XPriority = 3;