HomeGenie Forum
General Category => Troubleshooting and Support => Topic started by: itester on March 29, 2015, 04:18:21 PM
-
Hi,
I'm new to HG.
I want to send email in a Wizard Script, how can I add a command in the Wizard to send an email?
I have program able to send a notification but i'm not able to get it working inside trigered program.
Tks!
-
Email is not exposed to the Wizard scripting language. In order to email, you would either have to add a wrapper to get it exposed, or just write the code in some other language to start with (C#, Python, etc).