Method Context():sendMail() Professional
Sending an e-mail via the connected gateway.
:sendMail( <cSubject>, ;
<cMailText>, ;
<cFromAddr>, ;
<cTo1Addr> , ;
[<cToNAddr>, ...] ) --> lSuccess
The method returns .T. (true) if the e-mail could have been sent, otherwise .F. (false) is returned.
The Context class allows for sending an e-mail from a Web application to one ore more recipients.
The first four parameters must be specified for this method to indicate subject, message text, sender name and e-mail address of the first recipient. Addresses of additional recipients can be specified optionally beginning with the 5th parameter <cToNAddr>.
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.