Florian Schaal
2014-01-08 2e5b1afd375e1065dfb451281e44a5a172fd2e8b
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