Require: IP-Symcon >= 2.2
boolean SMTP_SendMailEx (int $InstanceID, string $Receiver, string $Subject, string $Text)
InstanceID | ID of the device to be switched |
Receiver | E-mail Address of the receiver |
Subject | Subject of mail |
Text | Text of mail |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sends from the instance with ID InstanceID an e-mail with the subject and text to receiver
SMTP_SendMailEx(12345, "me@example.com", "Alarm!", "The heating system has broken.!");