Process using <email:email> tag fails with error Unknown SMTP host
Steps to Reproduce:
Expected Results: The process should completed successfully
Actual Results: The process fails with below error
BPM-0704: An error occurred while executing custom script: org.apache.commons.jelly.JellyTagException: null:14:64: <email:email> Unknown SMTP host: smtp.example.net:587 at org.apache.commons.jelly.tags.email.EmailTag.doTag(EmailTag.java:305) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:248) at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:96) at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:187) at com.niku.union.gel.tags.ScriptTag.doTag(ScriptTag.java:20) at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:248) at com.niku.union.gel.GELScript.run(GELScript.java:58) at com.niku.union.gel.GELController.invoke(GELController.java:79) at com.niku.bpm.services.ExecuteCustomAction.run(ExecuteCustomAction.java:217) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at
Release : 16.x
DE65329