Modifie le X-Mailer
This commit is contained in:
parent
bd1e39bbdd
commit
3e579e24ef
@ -102,7 +102,7 @@ class CMailFile
|
|||||||
{
|
{
|
||||||
$out = "From: $addr_from\n";
|
$out = "From: $addr_from\n";
|
||||||
$out = $out . "Reply-To: $addr_from\n";
|
$out = $out . "Reply-To: $addr_from\n";
|
||||||
$out = $out . "X-Mailer: PHP3\n";
|
$out = $out . "X-Mailer: Dolibarr\n";
|
||||||
$out = $out . "X-Sender: $addr_from\n";
|
$out = $out . "X-Sender: $addr_from\n";
|
||||||
return $out;
|
return $out;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user