Skip to Main Content
ARIS - SHARE YOUR IDEAS
How can we make ARIS better?
Status Open for voting
Created by Marco Temaner
Created on Feb 23, 2024

Add Reporting API support for outbound emails

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.

  • Marco Temaner
    Reply
    |
    Mar 1, 2024

    As a workaround, we've discovered org.springframework.mail.javamail.JavaMailSenderImpl(); and are trying that out. Will report back.