diff --git a/htdocs/lib/CMailFile.class.php b/htdocs/lib/CMailFile.class.php index ae448357bb1..b5e6ce6dccb 100644 --- a/htdocs/lib/CMailFile.class.php +++ b/htdocs/lib/CMailFile.class.php @@ -680,7 +680,7 @@ class CMailFile $out.= "Content-Type: multipart/mixed; boundary=\"".$this->mime_boundary."\"".$this->eol; $out.= "Content-Transfer-Encoding: 8bit".$this->eol; - //$out.=$this->eol; // Comment this to try to solve pb of hidden attached files + //$out.=$this->eol; // Comment this to try to solve pb of hidden attached files. New line must be after the X-attachments dol_syslog("CMailFile::write_smtpheaders smtp_header=\n".$out); return $out; }