has anyone tried sending an email from Appian custom smart services using javax or Jakarta libraries -
We have a use case where we have to send an email notification once all business logic is executed. I tried using both Javax/Jakarta and keep getting library dependency issue
Discussion posts and replies are publicly visible
Looks like there are conflicting jars. Do you have both sun.mail and javax in you pom file? and what version of java are you using?