mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
. Multiple email recipient support in Create/Edit Rule and Run Action screens.
. Group emailing support added to MailActionExecutor (i.e. selecting Group(s) is supported in the screens as above) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2528 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
14
config/alfresco/templates/email/simple_email_template.ftl
Normal file
14
config/alfresco/templates/email/simple_email_template.ftl
Normal file
@@ -0,0 +1,14 @@
|
||||
A new document '${document.name}', is available in the '${space.name}' space, it was added by '${person.properties.firstName}<#if person.properties.lastName?exists> ${person.properties.lastName}</#if>'.
|
||||
|
||||
You can view it through this link:
|
||||
http://yourserver:8080/alfresco${document.url}
|
||||
|
||||
Or through the Alfresco client:
|
||||
<#assign ref=space.nodeRef>
|
||||
<#assign workspace=ref[0..ref?index_of("://")-1]>
|
||||
<#assign storenode=ref[ref?index_of("://")+3..]>
|
||||
http://yourserver:8080/alfresco/navigate/browse/${workspace}/${storenode}
|
||||
|
||||
Regards
|
||||
|
||||
Alfresco
|
Reference in New Issue
Block a user