tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
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