interface/lib/classes/ispcmail.inc.php | ●●●●● patch | view | raw | blame | history |
interface/lib/classes/ispcmail.inc.php
@@ -652,7 +652,8 @@ else $rec_string .= $recip; } $to = $this->_encodeHeader($rec_string, $this->mail_charset); $result = mail($to, $subject, $this->body, implode($this->_crlf, $headers)); //$result = mail($to, $subject, $this->body, implode($this->_crlf, $headers)); $result = mail($to, $enc_subject, $this->body, implode($this->_crlf, $headers)); } // Reset the subject in case mail is resent