Problem Statement
Prior to installation of SR24, customers used the javax.mail library to send emails from scripts. This is useful when notifications need to be sent regarding script execution progress, errors, certain conditions detectable by a script or macro, etc. Subsequent to SR24 installation, the ability to use this library and other third party libraries has been removed.
Request
Provide a supported capability within the ARIS Reporting API libraries to send emails from reports —that is, logic within a report will trigger a pre-formatted email to be sent to a pre-determined list of email addresses, and can include information (variables, etc.) from within, and accessible by, the report code.
As a workaround, we've discovered org.springframework.mail.javamail.JavaMailSenderImpl(); and are trying that out. Will report back.