Description
This function can be used to directly send 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 an e-mail attachment (optional) |
Return
None.