Changeset 44894 for trunk/src/wp-includes/class-smtp.php
- Timestamp:
- 03/13/2019 07:31:49 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-smtp.php
r39759 r44894 565 565 * Send an SMTP DATA command. 566 566 * Issues a data command and sends the msg_data to the server, 567 * fin ializing the mail transaction. $msg_data is the message567 * finalizing the mail transaction. $msg_data is the message 568 568 * that is to be send with the headers. Each header needs to be 569 569 * on a single line followed by a <CRLF> with the message headers 570 * and the message body being separated by an dadditional <CRLF>.570 * and the message body being separated by an additional <CRLF>. 571 571 * Implements rfc 821: DATA <CRLF> 572 572 * @param string $msg_data Message data to send
Note: See TracChangeset
for help on using the changeset viewer.