ftimme
2013-03-19 415544c8f026aa2db428b9528802a6982c6fa562
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