Ajout de l'header Errors-to
This commit is contained in:
parent
aada33598a
commit
12da4b65d6
@ -204,6 +204,7 @@ class DolibarrMail
|
|||||||
|
|
||||||
$out = $out . "X-Mailer: Dolibarr version " . DOL_VERSION ."\n";
|
$out = $out . "X-Mailer: Dolibarr version " . DOL_VERSION ."\n";
|
||||||
$out = $out . "X-Sender: $this->from\n";
|
$out = $out . "X-Sender: $this->from\n";
|
||||||
|
$out = $out . "Errors-to: $this->from\n";
|
||||||
|
|
||||||
return $out;
|
return $out;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user