TIpClientSmtp() > Low level methods |
Sends the MAIL command to the SMTP server.
:mail( <cFrom> ) --> lSuccess
Method :mail() sends the MAIL command along with the sender's mail address to the SMTP server and returns a logical value indicating success of the operation. :mail() is the first method initiating an eMail transfer, it must be followed by :rcpt() and :data().
http://www.xHarbour.com