I'm New to Activiti and Started with the local deployment of activiti after downloading the source. I'm trying out a simple task where a mail can be sent on some condition. I've changed the activiti.cfg.xml in activiti-engine\src\test\resources, It is still taking the default java mail configuration and throwing an error stating mail cannot be sent to localhost port 25. I've made the following changes in the file activiti-engine\src\test\resources\activiti.cfg.xml:
I've found a workaround where I modify the engine.properties for mail server settings and the changes are reflected. Though the mailserver changes are reflecting there I'm facing an issue where the useTLS property cannot be set there.
No. The configuration is not being picked up. That's the problem. I changed the configuration, built and deployed it on server again. But the port value and host does not seem to change. Is there anything else I'm missing out?