Solar_Smtp_Adapter::_send()

protected int|bool Solar_Smtp_Adapter::_send ( string $line )

Sends a request line to the SMTP server.

Parameters

  • (string) $line: The request line.

Returns

  • (int|bool) Number of bytes written to remote host.

Description

Sends a request line to the SMTP server.



Local