Solar_Smtp_Adapter::data()

public void Solar_Smtp_Adapter::data ( string $data , string $crlf = NULL )

Issues SMTP DATA to send the email message itself.

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.



Local