<?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 Email Notification per Site in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/email-notification-per-site/m-p/262506#M215636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to send email notification per site? For example, If I change something on SITE A, it will send notification to all members after 5 minutes. Then SITE B, if I update a file it will send notification every 6 hours for an update. Currently I'm using a command &lt;/SPAN&gt;&lt;STRONG&gt;activities.feed.notifier.repeatIntervalMins&lt;/STRONG&gt;&lt;SPAN&gt; on the alfresco.global.properties which is set to 2 minutes which means all site will received notification every 2 minutes. What I want is to have different notification interval per Site?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2012 09:05:56 GMT</pubDate>
    <dc:creator>xzibit12</dc:creator>
    <dc:date>2012-02-13T09:05:56Z</dc:date>
    <item>
      <title>Email Notification per Site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-notification-per-site/m-p/262506#M215636</link>
      <description>Is it possible to send email notification per site? For example, If I change something on SITE A, it will send notification to all members after 5 minutes. Then SITE B, if I update a file it will send notification every 6 hours for an update. Currently I'm using a command activities.feed.notifier.re</description>
      <pubDate>Mon, 13 Feb 2012 09:05:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-notification-per-site/m-p/262506#M215636</guid>
      <dc:creator>xzibit12</dc:creator>
      <dc:date>2012-02-13T09:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Email Notification per Site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-notification-per-site/m-p/262507#M215637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am looking for more or less the same thing. I need to have notifications sent to users on a site or a group of site each time an event occur (document uploaded, changed, deleted, a comment adderd, etc.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help please ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also not even sure that my Alfresco Share installation went well since I am not able to make a test sending emails.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your quick help is much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 22:16:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-notification-per-site/m-p/262507#M215637</guid>
      <dc:creator>fred-xte</dc:creator>
      <dc:date>2012-02-20T22:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Email Notification per Site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-notification-per-site/m-p/262508#M215638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I am looking for more or less the same thing. I need to have notifications sent to users on a site or a group of site each time an event occur (document uploaded, changed, deleted, a comment adderd, etc.)&lt;BR /&gt;&lt;BR /&gt;Any help please ?&lt;BR /&gt;&lt;BR /&gt;I am also not even sure that my Alfresco Share installation went well since I am not able to make a test sending emails.&lt;BR /&gt;&lt;BR /&gt;Your quick help is much appreciated.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Modify the alfresco-global.properties in the /tomcat/shared/classes. Add activities.feed.notifier.repeatIntervalMins=(nos of minutes). parenthesis not included&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also add the following inorder to test your smtp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;###Outbound Configuration###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.host=smtp.xxx.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.port=25&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:mail.username=xxx@xxx.com" rel="nofollow noopener noreferrer"&gt;mail.username=xxx@xxx.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.password=123456&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.encoding=UTF-8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:mail.from.default=xxx@xxx.com" rel="nofollow noopener noreferrer"&gt;mail.from.default=xxx@xxx.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.smtp.auth=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.smtp.timeout=30000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.smtp.starttls.enable=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.smtp.debug=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;###Test Message###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.testmessage.send=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:mail.testmessage.to=xxx@xxx.com" rel="nofollow noopener noreferrer"&gt;mail.testmessage.to=xxx@xxx.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.testmessage.subject=test&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mail.testmessage.text=test only&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this will help you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 07:42:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-notification-per-site/m-p/262508#M215638</guid>
      <dc:creator>xzibit12</dc:creator>
      <dc:date>2012-02-21T07:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Email Notification per Site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-notification-per-site/m-p/262509#M215639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Will these notifications work on 3.4.e?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 17:46:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-notification-per-site/m-p/262509#M215639</guid>
      <dc:creator>nickbsd</dc:creator>
      <dc:date>2012-02-21T17:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Email Notification per Site</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-notification-per-site/m-p/262510#M215640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Will these notifications work on 3.4.e?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure but you can give a try. I'm using 4.0b&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 01:16:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-notification-per-site/m-p/262510#M215640</guid>
      <dc:creator>xzibit12</dc:creator>
      <dc:date>2012-02-22T01:16:06Z</dc:date>
    </item>
  </channel>
</rss>

