REPO-2868 : MNT-17970

This commit is contained in:
Andreea Nechifor
2017-09-15 15:24:31 +03:00
parent ec93521c15
commit ad6b11ee69

View File

@@ -1057,7 +1057,7 @@ public class MailActionExecuter extends ActionExecuterAbstractBase
testSentCount++;
}
}
catch (MailException e)
catch (NullPointerException | MailException e)
{
onFail();
String to = (String)ruleAction.getParameterValue(PARAM_TO);