I have a simple process with a custom email template file. When adding this additional notification to an action, the action fails to launch.
Process_CreateInstance at Advantys.Workflow.Engine.NotificationsManager.WriteEmailNotificationLog(String logLevel, String notificationType, String senderEmail, String senderName, String recipientEmail, String recipientName, Nullable`1 recipientId, Nullable`1 delegatorId, MailMessage message, String threadIndex, Exception exception) at Advantys.Workflow.Engine.NotificationsManager.SendMailNotification(MailMessage message, String recipientName, String recipientEmail, Nullable`1 recipientUserId, Nullable`1 delegatorUserId, String threadIndex, String notificationType) at Advantys.Workflow.Engine.NotificationsManager.SendActionAdditionalNotifications(Int32 processInstanceId, Int32 activityInstanceId, NotificationType notificationType, WorkflowException workflowException) at Advantys.Workflow.Engine.WorkflowsManager.SendNewActionNotifications(Int32 processInstanceId, Int32 newActivityInstanceId, WorkflowUserIdentity connectedUser, Boolean isNotifyPullOrToAssign, Boolean isNotifyToDo, String assignType, Int32 userIdAssigneeDb, Boolean isAssignmentError) at Advantys.Workflow.Engine.WorkflowsManager.CreateAction(Int32 processInstanceId, Int32 processId, Int32 activityId, WorkflowUserIdentity requester, WorkflowUserIdentity connectedUser, Int32 assigneeId, Int32 directLoopCount, Nullable`1 blockId, Nullable`1 parentBlockId) at Advantys.Workflow.Engine.WorkflowsManager.CreateActions(WorkflowUserIdentity connectedUser, Int32 processInstanceId, Int32 processId, Int32 activityId, WorkflowUserIdentity requester, Int32 directLoopCount, Nullable`1 blockId, Nullable`1 parentBlockId) at Advantys.Workflow.Engine.WorkflowsManager.CreateActionsOnRequestCreated(Int32 processInstanceId, WorkflowUserIdentity connectedUser, WorkflowUserIdentity requester) at Advantys.Workflow.Engine.WorkflowsManager.HandleOnRequestCreated(Int32 processInstanceId, WorkflowUserIdentity connectedUser, WorkflowUserIdentity requester) at Advantys.Workflow.Engine.WorkflowsManager.CreateRequest(DataRow process, WorkflowUserIdentity requester, WorkflowUserIdentity connectedUser, DataSet context, DataRow action) at Advantys.Workflow.Engine.WorkflowsManager.CreateRequest(Int32 processId, WorkflowUserIdentity requester, WorkflowUserIdentity connectedUser, DataSet context) at Advantys.Workflow.Web.UI.Portal.ProcessPages.ProcessStart(PageController pageController)