<?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 Re: Change subject on email notification in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/change-subject-on-email-notification/m-p/301336#M254466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="215168" __jive_macro_name="thread" _jive_internal="true" class="jive_macro_thread jive_macro link-titled" href="https://community.alfresco.com/thread/215168-change-subject-email" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my system works fine!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2016 22:09:05 GMT</pubDate>
    <dc:creator>webdevptg</dc:creator>
    <dc:date>2016-11-17T22:09:05Z</dc:date>
    <item>
      <title>Change subject on email notification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-subject-on-email-notification/m-p/301333#M254463</link>
      <description>Hello, im trying to implement Alfresco CE 5.1 in my business, but i'm having a little bits problems with that. Now, im trying to change the Subject for all emails notifications.http://i.imgur.com/DJHwEd2.pngI'm trying to do with several post, but nothing. https://forums.alfresco.com/forum/end-user-d</description>
      <pubDate>Fri, 17 Jun 2016 16:01:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-subject-on-email-notification/m-p/301333#M254463</guid>
      <dc:creator>xavieritis</dc:creator>
      <dc:date>2016-06-17T16:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change subject on email notification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-subject-on-email-notification/m-p/301334#M254464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is in "config/alfresco/messages/notification-service.properties" in a property called "assigned-task". You can override it with your own property value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to do that is to create an AMP using the Alfresco Maven SDK. You don't need an "all in one" AMP for this, a "repository" tier AMP will do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you create the AMP, create a new folder called "messages" under src/main/amp/config/alfresco/module/[your amp name].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the messages folder create a new properties file. I'd name it something similar to your domain, like if your domain is &lt;A href="http://www.someco.com" rel="nofollow noopener noreferrer"&gt;www.someco.com&lt;/A&gt; you could name it someco.properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In it, add this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;assigned-task=Whatever You Want&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now make a copy of the file for every locale you need to support. If that's just English, call it someco_en.properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go into src/main/amp/config/alfresco/module/[your amp name]/context and edit service-context.xml. Add this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE class="line-numbers language-markup"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;bean&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;id&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;${project.artifactId}-dictionaryBootstrap&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;parent&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;dictionaryModelBootstrap&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;depends-on&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;dictionaryBootstrap&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;property&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;name&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;labels&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;list&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;value&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;alfresco/module/${project.artifactId}/messages/someco&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;value&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;list&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;property&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;bean&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where "someco" matches the name you gave your properties file, without the ".properties" extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go back to the root of your directory and do ./run.sh to make sure the test install of Alfresco starts up with your change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it does, do a mvn clean install and you should have an AMP sitting in your ./target directory that you can deploy to your server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 18:45:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-subject-on-email-notification/m-p/301334#M254464</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-09-21T18:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change subject on email notification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-subject-on-email-notification/m-p/301335#M254465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just did it on that version and it works great. Check it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2016-11-04 at 4.05.36 PM.png" class="image-1 jive-image" src="/legacyfs/online/alfresco/10745_Screen Shot 2016-11-04 at 4.05.36 PM.png" style="width: 620px; height: 168px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you could share exactly what you did and I can spot what you did wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 21:56:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-subject-on-email-notification/m-p/301335#M254465</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-11-04T21:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change subject on email notification</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-subject-on-email-notification/m-p/301336#M254466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="215168" __jive_macro_name="thread" _jive_internal="true" class="jive_macro_thread jive_macro link-titled" href="https://community.alfresco.com/thread/215168-change-subject-email" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my system works fine!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 22:09:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-subject-on-email-notification/m-p/301336#M254466</guid>
      <dc:creator>webdevptg</dc:creator>
      <dc:date>2016-11-17T22:09:05Z</dc:date>
    </item>
  </channel>
</rss>

