Fix: use best structure of mail
This commit is contained in:
parent
4a81ce8f93
commit
3a689dabc8
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user