/[dolibarr]/dolibarr/htdocs/lib/CMailFile.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/lib/CMailFile.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by eldy, Thu Sep 8 19:13:52 2005 UTC revision 1.17 by eldy, Sat Sep 10 14:27:23 2005 UTC
# Line 251  class CMailFile Line 251  class CMailFile
251    
252          $out .= "X-Mailer: Dolibarr version " . DOL_VERSION ."\n";          $out .= "X-Mailer: Dolibarr version " . DOL_VERSION ."\n";
253          $out .= "X-Sender: <$this->addr_from_email>\n";          $out .= "X-Sender: <$this->addr_from_email>\n";
254            //$out .= "X-Priority: 3\n";
255    
256          $out .= "Return-path: <$this->addr_from_email>\n";          $out .= "Return-path: <$this->addr_from_email>\n";
257          $out .= "From: $this->addr_from_name <".$this->addr_from_email.">\n";          $out .= "From: $this->addr_from_name <".$this->addr_from_email.">\n";

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26