Summery Summery
Send an SMTP DATA command.
Syntax Syntax
Description Description
Issues a data command and sends the msg_data to the server, finializing the mail transaction. $msg_data is the message that is to be send with the headers. Each header needs to be on a single line followed by a
Parameters Parameters
- $msg_data
-
(Required) Message data to send
Return Return
(boolean)
Source Source
File: wp-includes/class-smtp.php