Skip to content
Snippets Groups Projects
Commit 3a689dab authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: use best structure of mail

parent 4a81ce8f
No related branches found
No related tags found
No related merge requests found
......@@ -694,9 +694,8 @@ class CMailFile
}
else
{
$out.= "--" . $this->mixed_boundary . $this->eol;
$out.= "Content-Type: text/plain; charset=".$conf->file->character_set_client.$this->eol;
$out.= $strContent.$this->eol;
$out.= $this->eol.$strContent.$this->eol;
}
$out.= $this->eol;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment