I found C:\Skyline DataMiner\ProtocolScripts\SendEmail.js, it looks like this code will just send an email using the settings in Info.xml & DataMiner.xml.
Assuming this is used in protocols, I wonder if there is a particular advantage for using JScript to do this instead of regular SLNet messages (e.g. SendEmailMessage)?
From what I see, the SendEmail.js file predates the SendEmailMessage.
I see no benefit in using SendEmail.js. It also looks as if it was written to work with JScript-type QActions, of which the use should be discouraged anyway these days.
Thanks Wouter, I’ll check if we can delete it