diff --git a/config/alfresco/client/config/repo-clients-apps.properties b/config/alfresco/client/config/repo-clients-apps.properties
index fff40c330a..a4a043fdcb 100644
--- a/config/alfresco/client/config/repo-clients-apps.properties
+++ b/config/alfresco/client/config/repo-clients-apps.properties
@@ -1,4 +1,9 @@
# registry of clients that are able to email
-repo.client-app.sfs.templateAssetsUrl=http://localhost:8082/sfs
-repo.client-app.sfs.sharedLinkBaseUrl=http://localhost:8082/sfs/s
\ No newline at end of file
+repo.client-app.share.templateAssetsUrl=${shareUrl}/res/components/images/
+repo.client-app.share.sharedLinkBaseUrl=${shareUrl}/s
+# the path could be:
+# an XPATH (e.g. app:company_home/app:dictionary/app:email_templates/example-email.ftl)
+# a NodeRef of the template
+# a class path of the template
+repo.client-app.share.sharedLinkTemplatePath=
\ No newline at end of file
diff --git a/config/alfresco/messages/quickshare-service.properties b/config/alfresco/messages/quickshare-service.properties
index be2973e68c..9d1892ff0f 100644
--- a/config/alfresco/messages/quickshare-service.properties
+++ b/config/alfresco/messages/quickshare-service.properties
@@ -1,2 +1,6 @@
# QuickShare Service
quickshare.notifier.email.subject={0} {1} shared {2} with you
+
+# email template
+template.quickshare-email.ftl.title={0} shared with you
+template.quickshare-email.ftl.detail={0} {1} has shared {3} with you.
diff --git a/config/alfresco/messages/templates-messages.properties b/config/alfresco/messages/templates-messages.properties
index 4e733711fc..03f8570ffd 100644
--- a/config/alfresco/messages/templates-messages.properties
+++ b/config/alfresco/messages/templates-messages.properties
@@ -91,3 +91,9 @@ templates.invite-email-moderated.html.info={0} requested to join the ''{1}'' sit
templates.invite-email-moderated.html.see_pending=See Pending Requests
templates.invite-email.html.salutation_generic=Hi,
+
+# common for most email templates
+templates.generic-email.ftl.salutation=Hi {0},
+templates.generic-email.ftl.copy_right=All Rights Reserved.
+templates.generic-email.ftl.contact_us=Contact Us
+
diff --git a/config/alfresco/quickshare-services-context.xml b/config/alfresco/quickshare-services-context.xml
index ed5c1552e4..0c568b5ffb 100644
--- a/config/alfresco/quickshare-services-context.xml
+++ b/config/alfresco/quickshare-services-context.xml
@@ -65,12 +65,13 @@
${shared_node_name} shared with you
${message("template.quickshare-email.ftl.title", shared_node_name)?html}
${sender_first_name} ${sender_last_name} has shared ${shared_node_name} with you.
+${message("template.quickshare-email.ftl.detail", sender_first_name, sender_last_name, shared_node_url, shared_node_name)}
<#if sender_message??>${sender_message?html}
#if> @@ -411,15 +411,16 @@ middle;">${shared_node_name} shared with you