TIpClientSmtp() > Low level methods xHarbour Developers Network  

oTIpClientSmtp:rcpt()

Sends the RCPT command to the SMTP server.

Syntax

:rcpt( <cRecipient> ) --> lSuccess

Arguments

<cRecipient>
This is a character string holding the recipient's eMail address.

Description

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.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe