equal
deleted
inserted
replaced
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 */ |