TIpClientSmtp() > Low level methods xHarbour Developers Network  

oTIpClientSmtp:mail()

Sends the MAIL command to the SMTP server.

Syntax

:mail( <cFrom> ) --> lSuccess

Arguments

<cFrom>
This is a character string holding the sender's eMail address.

Description

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().


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