below is the work item handler currently we have to send email in JBPM 7.32.
But we are getting error java.lang.RuntimeException: Unable to send email
".
new org.jbpm.process.workitem.email.EmailWorkItemHandler("smtp.gmail.com", "465",
"ax@gmail.com", "x@gmail.com",true)
Could you please help.
Below is the sample workflow we have , to just send an email.
below is the settings where we have this e-mail work item handler.