mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Send following email asynchronously
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29112 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -515,7 +515,7 @@ public class SubscriptionServiceImpl implements SubscriptionService
|
|||||||
mail.setParameterValue(MailActionExecuter.PARAM_TEMPLATE, templateNodeRef);
|
mail.setParameterValue(MailActionExecuter.PARAM_TEMPLATE, templateNodeRef);
|
||||||
mail.setParameterValue(MailActionExecuter.PARAM_TEMPLATE_MODEL, (Serializable) model);
|
mail.setParameterValue(MailActionExecuter.PARAM_TEMPLATE_MODEL, (Serializable) model);
|
||||||
|
|
||||||
actionService.executeAction(mail, null);
|
actionService.executeAction(mail, null, false, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user