<< Click to Display Table of Contents >> E-mail library |
![]() ![]() ![]() |
sendemail(Input1, Input2) - send email (if it setup in Project properties) with subject from Input1 and message from Input2.
Example:
sendemail("Alarm", "Tag's alarm message");
Response:
Send E-mail to the addresses setup in project properties with subject "Alarm" and with body "Tag's alarm message".