Ajoute numéro de version dans le X-Mailer
This commit is contained in:
parent
3e579e24ef
commit
5ffd4badae
@ -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: Dolibarr\n";
|
$out = $out . "X-Mailer: Dolibarr version " . DOL_VERSION ."\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