Skip to content

Commit

Permalink
#11265 Adding back email notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanboza committed Feb 13, 2018
1 parent a95bd16 commit 67bf9eb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ public void executeAction(final WorkflowProcessor processor,
}
final String[] emailsToSend = emails.toArray(new String[emails.size()]);
processor.setWorkflowMessage(emailSubject);
//WorkflowEmailUtil.sendWorkflowEmail(processor, emailsToSend, emailSubject, emailBody, isHtml);
// Sending notification message
WorkflowEmailUtil.sendWorkflowEmail(processor, emailsToSend, emailSubject, emailBody, isHtml);
}
}

Expand Down

0 comments on commit 67bf9eb

Please sign in to comment.