<?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 Weekly Basis email notification in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/weekly-basis-email-notification/m-p/80750#M24949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;My requirement is send an mail weekly in a day if files is present folder[folder- name]&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using alfresco 5.0 community edition&lt;/P&gt;&lt;P&gt;Can u suggest how can i set this? or can u help me to write an script for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Aishwarya Jadhav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jul 2019 05:19:21 GMT</pubDate>
    <dc:creator>aishu</dc:creator>
    <dc:date>2019-07-19T05:19:21Z</dc:date>
    <item>
      <title>Weekly Basis email notification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/weekly-basis-email-notification/m-p/80750#M24949</link>
      <description>Dear Team,My requirement is send an mail weekly in a day if files is present folder[folder- name]&amp;nbsp;I am using alfresco 5.0 community editionCan u suggest how can i set this? or can u help me to write an script for this?Kind Regards,Aishwarya Jadhav.</description>
      <pubDate>Fri, 19 Jul 2019 05:19:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/weekly-basis-email-notification/m-p/80750#M24949</guid>
      <dc:creator>aishu</dc:creator>
      <dc:date>2019-07-19T05:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Basis email notification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/weekly-basis-email-notification/m-p/80751#M24950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to write one scheduler which will be checking in particular folder whether files are present or not.If the folders are dynamic, in that case you can create the configuration node inside data dictionary which will hold the information of the folders in which you need to check whether files are present or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In side the scheduler you can have the template service for creating mail template and other required services which you can inject.If you don't know how to create scheduler&amp;nbsp;in that case you can check below link for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/6.1/references/dev-extension-points-scheduled-jobs.html" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.1/references/dev-extension-points-scheduled-jobs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;There is major changes in scheduler classes in alfresco 6.1, so if you are using lower version then 6.1, above will not work for you.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2019 05:39:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/weekly-basis-email-notification/m-p/80751#M24950</guid>
      <dc:creator>krutik_jayswal</dc:creator>
      <dc:date>2019-07-19T05:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Basis email notification</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/weekly-basis-email-notification/m-p/80752#M24951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Relevant Alfresco 5.x documentation is also available:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/references/dev-extension-points-scheduled-jobs.html" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/references/dev-extension-points-scheduled-jobs.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Following these steps, you should be able to create a scheduled job that works on Alfresco 5.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;EM&gt;Due to the upgrade of the Quartz library in Alfresco, Alfresco 5.x scheduled jobs are indeed incompatible with Alfresco 6.x. If you want to create scheduled jobs which are compatible with both Alfresco 5.x and 6.x, you could make use of the &lt;A href="https://github.com/xenit-eu/dynamic-extensions-for-alfresco" rel="nofollow noopener noreferrer"&gt;Dynamic Extensions Alfresco integration&lt;/A&gt;, which abstracts away the Quartz differences for developers.&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;See:&amp;nbsp;&lt;A href="https://github.com/xenit-eu/dynamic-extensions-for-alfresco/blob/master/documentation/Extension_Point_Scheduled_Jobs.md" rel="nofollow noopener noreferrer"&gt;https://github.com/xenit-eu/dynamic-extensions-for-alfresco/blob/master/documentation/Extension_Point_Scheduled_Jobs.md&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2019 08:07:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/weekly-basis-email-notification/m-p/80752#M24951</guid>
      <dc:creator>kerkhofsd</dc:creator>
      <dc:date>2019-07-19T08:07:04Z</dc:date>
    </item>
  </channel>
</rss>

