Email breaks process

Hi there,

using async email task still having instance break when smtp protocol failed with exception. What is the recommended usage to bypass smtp problems ( inbox quota, bad email address, etc. )?

thinking about MQ but maybe there is something easier to use.

admitting to use some of old version of Activiti - one just before transition to Flowable :slight_smile:

If you just want to skip email sending when there is an exception use
ignoreException property on the email task

Martin