Marius Cramer
2014-01-07 ddb461f596d9f013afe4f215fabc0eabc62b1fb0
interface/lib/classes/ispcmail.inc.php
@@ -697,11 +697,11 @@
            $recipname = $this->_encodeHeader($recipname, $this->mail_charset);
            //Email From
            fputs($this->_smtp_conn, 'MAIL FROM: ' . $this->_mail_sender . $this->_crlf);
            fputs($this->_smtp_conn, 'MAIL FROM: <' . $this->_mail_sender . '>' . $this->_crlf);
            $response = fgets($this->_smtp_conn, 515);
            //Email To
            fputs($this->_smtp_conn, 'RCPT TO: ' . $recip . $this->_crlf);
            fputs($this->_smtp_conn, 'RCPT TO: <' . $recip . '>' . $this->_crlf);
            $response = fgets($this->_smtp_conn, 515);
            //The Email