TIpClientSmtp() > Low level methods |
Sends the RCPT command to the SMTP server.
:rcpt( <cRecipient> ) --> lSuccess
Method :rcpt() sends the RCPT command along with the recipient's mail address to the SMTP server and returns a logical value indicating success of the operation. :rcpt() is the second method in an eMail transfer. It can be called repeatedly for specifying multiple recipients and must be followed by the :data() method.
http://www.xHarbour.com