Summery Summery
Send an SMTP RCPT command.
Syntax Syntax
Description Description
Sets the TO argument to $toaddr. Returns true if the recipient was accepted false if it was rejected. Implements from rfc 821: RCPT
Parameters Parameters
- $address
-
(Required) The address the message is being sent to
Return Return
(boolean)
Source Source
File: wp-includes/class-smtp.php