Description
This function can be used to directly send an e-mail within LUA.
Signature
xcon.SendEmailTo (string, string, string, string)Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
string | M | e-mail address of the recipient | |
string | M | e-mail subject | |
string | M | e-mail body | |
string | O | absolute file path to an e-mail attachment (optional) |