<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to change pre-polpulated email subject and body of public link shared with gmail. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-change-pre-polpulated-email-subject-and-body-of-public/m-p/102202#M29236</link>
    <description>&lt;P&gt;I am sharing the&amp;nbsp;public link of an document using the share with gmail in alfresco 5.2. But some pre-populated subject and body is coming and it contains the name like Alfresco i want to change the name from alfresco to other name.&lt;/P&gt;&lt;P&gt;From which file this pre-populated subject and body is loading .And how to change the body and subject so that it load what we give in backend. In subject it is giving File Shared from Alfresco Content Services i want that to be changed as File Shared from MyOrganisation.&lt;/P&gt;&lt;P&gt;I am attaching images for better understanding the problem&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image22.png" style="width: 769px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/910i5E80D9B5D13418BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="img1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/913i5BC2DC1BD46429D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2020 06:31:58 GMT</pubDate>
    <dc:creator>akash251998</dc:creator>
    <dc:date>2020-11-05T06:31:58Z</dc:date>
    <item>
      <title>How to change pre-polpulated email subject and body of public link shared with gmail.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-change-pre-polpulated-email-subject-and-body-of-public/m-p/102202#M29236</link>
      <description>&lt;P&gt;I am sharing the&amp;nbsp;public link of an document using the share with gmail in alfresco 5.2. But some pre-populated subject and body is coming and it contains the name like Alfresco i want to change the name from alfresco to other name.&lt;/P&gt;&lt;P&gt;From which file this pre-populated subject and body is loading .And how to change the body and subject so that it load what we give in backend. In subject it is giving File Shared from Alfresco Content Services i want that to be changed as File Shared from MyOrganisation.&lt;/P&gt;&lt;P&gt;I am attaching images for better understanding the problem&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Image22.png" style="width: 769px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/910i5E80D9B5D13418BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="img1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/913i5BC2DC1BD46429D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 06:31:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-change-pre-polpulated-email-subject-and-body-of-public/m-p/102202#M29236</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-11-05T06:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to change pre-polpulated email subject and body of public link shared with gmail.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-change-pre-polpulated-email-subject-and-body-of-public/m-p/102203#M29237</link>
      <description>&lt;P&gt;You can try to do following&lt;BR /&gt;1. create a custom-slingshot properties file under web-extension\messages folder in your custom-slingshot.properties file add following properties,you can modify it as you wish.&lt;/P&gt;&lt;PRE&gt;linkshare.action.email.label=Share by Email
linkshare.action.email.subject=File Shared from Alfresco Content Services
linkshare.action.email.body=File {1} shared from Alfresco Content Services, look at it here: {0}&lt;/PRE&gt;&lt;P&gt;2 create a custom-slingshot context file named custom-slingshot-application-context.xml and import the custom-slingshot properties file.&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;
&amp;lt;!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'&amp;gt;
&amp;lt;beans&amp;gt;
  &amp;lt;bean id="org_alfresco_module_custom_propertyBootstrap" class="org.alfresco.i18n.ResourceBundleBootstrapComponent"&amp;gt;
      &amp;lt;property name="resourceBundles"&amp;gt;
         &amp;lt;list&amp;gt;
            &amp;lt;value&amp;gt;alfresco.web-extension.messages.custom-slingshot&amp;lt;/value&amp;gt;
         &amp;lt;/list&amp;gt;
      &amp;lt;/property&amp;gt;
   &amp;lt;/bean&amp;gt;   
&amp;lt;/beans&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;3 palce the custom-slingshot-application-context.xml file under web-extension folder and restart share&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 06:53:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-change-pre-polpulated-email-subject-and-body-of-public/m-p/102203#M29237</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-11-05T06:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to change pre-polpulated email subject and body of public link shared with gmail.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-change-pre-polpulated-email-subject-and-body-of-public/m-p/102204#M29238</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Share side you need to override below mesage property.&lt;/P&gt;&lt;PRE&gt;linkshare.action.email.subject=File Shared from Alfresco&lt;BR /&gt;linkshare.action.email.body=File {1} shared from Alfresco, look at it here: {0}&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Nov 2020 07:26:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-change-pre-polpulated-email-subject-and-body-of-public/m-p/102204#M29238</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-11-05T07:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to change pre-polpulated email subject and body of public link shared with gmail.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-change-pre-polpulated-email-subject-and-body-of-public/m-p/102205#M29239</link>
      <description>&lt;P&gt;Thanks &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/36939"&gt;@sanjaybandhniya&lt;/A&gt;&amp;nbsp;And suppose i want to send email by a specified email id can i in backend set the FROM parameter as i want.&lt;/P&gt;&lt;P&gt;Like i want anyone who want to share the document there personal email id is not use instead a common mail id is used .&lt;/P&gt;&lt;P&gt;Example: From to be set like:&lt;/P&gt;&lt;P&gt;From :Ak@gmail.com for all users.&lt;/P&gt;&lt;P&gt;What parameter i need to update.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 09:58:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-change-pre-polpulated-email-subject-and-body-of-public/m-p/102205#M29239</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-11-05T09:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to change pre-polpulated email subject and body of public link shared with gmail.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-change-pre-polpulated-email-subject-and-body-of-public/m-p/102206#M29240</link>
      <description>&lt;P&gt;Yes. You can set email id.&lt;/P&gt;&lt;P&gt;You need to override&amp;nbsp;Social config of share-config.xml using&amp;nbsp;share-config-custom.xml&lt;/P&gt;&lt;PRE&gt; &amp;lt;config evaluator="string-compare" condition="Social"&amp;gt;
      
      &amp;lt;quickshare&amp;gt;
         &amp;lt;url&amp;gt;{context}/s/{sharedId}&amp;lt;/url&amp;gt;
      &amp;lt;/quickshare&amp;gt;
      &amp;lt;linkshare&amp;gt;
         &amp;lt;action id="email" type="link" index="10"&amp;gt;
            &amp;lt;param name="href"&amp;gt;mailto:demo@xxx.com?subject={subject}&amp;amp;amp;body={body}&amp;lt;/param&amp;gt;
            &amp;lt;param name="target"&amp;gt;new&amp;lt;/param&amp;gt;
         &amp;lt;/action&amp;gt;
         &amp;lt;action id="facebook" type="link" index="20"&amp;gt;
            &amp;lt;param name="href"&amp;gt;https://www.facebook.com/sharer/sharer.php?u={shareUrl}&amp;amp;amp;t={message}&amp;lt;/param&amp;gt;
            &amp;lt;param name="target"&amp;gt;new&amp;lt;/param&amp;gt;
         &amp;lt;/action&amp;gt;
         &amp;lt;action id="twitter" type="link" index="30"&amp;gt;
            &amp;lt;param name="href"&amp;gt;https://twitter.com/intent/tweet?text={message}&amp;amp;amp;url={shareUrl}&amp;lt;/param&amp;gt;
            &amp;lt;param name="target"&amp;gt;new&amp;lt;/param&amp;gt;
         &amp;lt;/action&amp;gt;
         &amp;lt;action id="google-plus" type="link" index="40"&amp;gt;
            &amp;lt;param name="href"&amp;gt;https://plus.google.com/share?url={shareUrl}&amp;lt;/param&amp;gt;
            &amp;lt;param name="target"&amp;gt;new&amp;lt;/param&amp;gt;
         &amp;lt;/action&amp;gt;
      &amp;lt;/linkshare&amp;gt;

   &amp;lt;/config&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Nov 2020 11:18:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-change-pre-polpulated-email-subject-and-body-of-public/m-p/102206#M29240</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2020-11-05T11:18:54Z</dc:date>
    </item>
  </channel>
</rss>

