TIpClientSmtp() > Low level methods |
Sends the DATA command to the SMTP server.
:data( <cData> ) --> lSuccess
Method :data() sends the DATA command along with the mail message to the SMTP server and returns a logical value indicating success of the operation. Prior to :data(), the methods :mail() and the methods :mail() and :rcpt() must be called in order to specify sender and recipient(s) of the mail message.
http://www.xHarbour.com