Method SMTPClient():send() Professional
Sends an e-mail message to the SMTP server.
Syntax
:send( <o>, [<oFromAddress>] ) --> lSuccess
Parameters
<oMIMEMessage>
This is a MIMEMessage object containing all information that belongs to an e-mail message.
[<oFromAddress>]
This is a MailAddress object which is used when FROM is sent to the SMTP server.
Return
The method returns .T. (true) when an e-mail is successfully transferred to the SMTP server, otherwise .F. (false) is returned.
Description
The method accepts a MIMEMessage() object, assembles an e-mail message from data provided by this object, and transfers the result to the SMTP server.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.