tbrehm
2013-04-07 7a38df483b6ea65ee2aa17fb25a8518d74d36f06
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