Mail task in subprocess - no env settings for mailgateway

Hi there,

we need to send some email alarms on certain occasions and it appears that the flow only works with the parameters set in flowable-ui-app.properties under flowable-task only if it is in the main process.
Once you put a mail task in a subprocess it seems to always default to “localhost:25” instead of our set up mail gateway.

Can anyone confirm that?

Thanks,
Marc

Hi Marc,

Looking at this class I would not know how that would be possible:

But if you can provide a unit test showing the issue, then we can see if we can reproduce it.

Best regards,

Tijs