Solar_Smtp_Adapter_NoAuth::rcpt()

public void Solar_Smtp_Adapter_NoAuth::rcpt ( string $addr )

Issues SMTP RCPT TO to indicate who the message is to.

Inherited from Solar_Smtp_Adapter.

Parameters

  • (string) $addr: One "To:" email address.

Returns

  • (void)

Description

Issues SMTP RCPT TO to indicate who the message is to.



Local