Reading the .DLL source code I guessed the command syntax:
https://github.com/RapidScada/scada/blob/master/ScadaComm/OpenKPs/KpEmail/KpEmailView.cs
“Sending email notifications.\n\n” +
“Commands:\n” +
“1 (binary) – send the notification.\n\n” +
“Command text examples:\n” +
“group_name;subject;message\n” +
“contact_name;subject;message\n” +
“email;subject;message”;
I don’t know where this tip can can be seen but… better doc… lesser time spent.
I understand you have to sell the Extended Support, but a community software without a minimal documentation is useless.