From 1f5474a8594a15a493170b36679aa77e3665ac43 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Sep 2005 14:27:23 +0000 Subject: [PATCH] Qual: Fusion des classes en doublons dolibarrmail et CMailFile dans la meme "CMailFile". --- htdocs/lib/CMailFile.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/lib/CMailFile.class.php b/htdocs/lib/CMailFile.class.php index 6de5e901585..424283f319d 100644 --- a/htdocs/lib/CMailFile.class.php +++ b/htdocs/lib/CMailFile.class.php @@ -251,6 +251,7 @@ class CMailFile $out .= "X-Mailer: Dolibarr version " . DOL_VERSION ."\n"; $out .= "X-Sender: <$this->addr_from_email>\n"; + //$out .= "X-Priority: 3\n"; $out .= "Return-path: <$this->addr_from_email>\n"; $out .= "From: $this->addr_from_name <".$this->addr_from_email.">\n";