Hi,
I am using Activiti 5.18 within Karaf 4.0.1 OSGi container. I am trying to configure an external mail server but it seems that this is not possible.
Looking into the code of org.activiti.osgi.blueprint.ConfigurationFactory, which is just a wrapper around the StandaloneProcessEngineConfiguration class, I see that the properties of the mail server haven't been forwarded making them inaccessible from the blueprint configuration file.
Is there any workaround to configure the mail server ?
Thanks
Regards,
Carlo