Recover : cannot send mail without attach cause 'malformed lines'

This commit is contained in:
Dany De Bontridder 2017-04-15 13:18:38 +02:00
parent 0efee87c71
commit 89da21827f

View file

@ -144,6 +144,8 @@ class Sendmail
$this->content.=$eol;
$this->content .= $content . $eol ;
}
if ( count ($this->afile) == 0 ) $this->content.=$eol;
$this->content .= "--" . $separator . "--";
}
/**