Recover : cannot send mail without attach cause 'malformed lines'
This commit is contained in:
parent
0efee87c71
commit
89da21827f
1 changed files with 2 additions and 0 deletions
|
|
@ -144,6 +144,8 @@ class Sendmail
|
|||
$this->content.=$eol;
|
||||
$this->content .= $content . $eol ;
|
||||
}
|
||||
if ( count ($this->afile) == 0 ) $this->content.=$eol;
|
||||
|
||||
$this->content .= "--" . $separator . "--";
|
||||
}
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue