wp/wp-includes/class-smtp.php
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
equal deleted inserted replaced
8:c7c34916027a 9:177826044cd9
   562     }
   562     }
   563 
   563 
   564     /**
   564     /**
   565      * Send an SMTP DATA command.
   565      * Send an SMTP DATA command.
   566      * Issues a data command and sends the msg_data to the server,
   566      * Issues a data command and sends the msg_data to the server,
   567      * finializing the mail transaction. $msg_data is the message
   567      * finalizing the mail transaction. $msg_data is the message
   568      * that is to be send with the headers. Each header needs to be
   568      * that is to be send with the headers. Each header needs to be
   569      * on a single line followed by a <CRLF> with the message headers
   569      * on a single line followed by a <CRLF> with the message headers
   570      * and the message body being separated by and additional <CRLF>.
   570      * and the message body being separated by an additional <CRLF>.
   571      * Implements rfc 821: DATA <CRLF>
   571      * Implements rfc 821: DATA <CRLF>
   572      * @param string $msg_data Message data to send
   572      * @param string $msg_data Message data to send
   573      * @access public
   573      * @access public
   574      * @return boolean
   574      * @return boolean
   575      */
   575      */