Solar_Smtp_Adapter_PlainAuth::data()
public
void
Solar_Smtp_Adapter_PlainAuth::data
( string $data
, string $crlf = NULL
)
Issues SMTP DATA to send the email message itself.
Inherited from Solar_Smtp_Adapter.
Parameters
(string)
$data
: The message data.(string)
$crlf
: The CRLF sequence used in the message; if empty, will use $this->_crlf.
Returns
(void)
Description
Issues SMTP DATA to send the email message itself.