|
Previous Page |
Solar_Smtp_Adapter_LoginAuth |
Next Page |
data()
public
void
data (
string $data,
string $crlf default 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.