Currently Activiti is having a "Mail" task that can be used in a Process Definition. We have a requirement to send an email notification to the user when a Task gets assigned to the user. So, we would like to add an event listener at the Process Definition level that will listen for all the "TASK_ASSIGNED" events.
Is there any way to use the OOTB mail service (i.e., send the mail from the Listener) from the event listener. Please suggest.