Description
This function can be used to directly send sends an e-mail within LUA.
Signature
...
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 a file to be attached to the e-mail attachment (optional) |
Return
None.