Previous Page
connect()

Solar_Smtp_Adapter_PlainAuth
data()

Next Page
disconnect()

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.