nxa.XMail
Description
This function sends an e-mail within LUA.
Signature
nxa.XMail (string, string, string, string, string)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
Profile | string | M | Messenger profile |
To | string | M | e-mail address of the recipient |
Subject | string | M | e-mail subject |
Body | string | M | e-mail body |
Attachment | string | O | absolute file path to a file to be attached to the e-mail |
Return
None.