Documentation
DM_SendMail
Require: IP-Symcon >= 7.1
boolean DM_SendMail (int $InstanceID)
Parameters
InstanceID | ID of the instance |
Returns
If the command could be executed successfully, the result is TRUE, otherwise FALSE.
Description
Use the subject and text to send an e-mail.
Example
DM_SendMail(12345);