ftimme
2013-06-08 0ee99a07a3df0aed83371dff193ee752b928b7b7
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