Documentation
CSV_SendMail
Require: IP-Symcon >= 5.5
boolean CSV_SendMail (int $InstanceID)
Parameters
InstanceID | ID of the Instance |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
Sends a mail through an SMTP instance with a generated zip file
Example
CSV_SendMail(12345);