Ajoute numro de version dans le X-Mailer

This commit is contained in:
Rodolphe Quiedeville 2003-07-24 11:05:20 +00:00
parent 3e579e24ef
commit 5ffd4badae

View File

@ -102,7 +102,7 @@ class CMailFile
{
$out = "From: $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";
return $out;
}