Method SMTPClient():send() Professional
Sends an e-mail message to the SMTP server.
:send( <o>, [<oFromAddress>] ) --> lSuccess
The method returns .T. (true) when an e-mail is successfully transferred to the SMTP server, otherwise .F. (false) is returned.
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.
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.