<?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 Send email to multiple users in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/send-email-to-multiple-users/m-p/143254#M100271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my workflow if task is not completed with in time mail goes to list of users what i specified in the fields(to,cc,bcc).But i tried with my workflow mail went to first user only in the list.i keep the mail task as asynchronous but mail did not goes to remaining users.Could you please tell me what mistake&amp;nbsp; i did ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks………&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 13:54:20 GMT</pubDate>
    <dc:creator>sai576</dc:creator>
    <dc:date>2013-05-22T13:54:20Z</dc:date>
    <item>
      <title>Send email to multiple users</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/send-email-to-multiple-users/m-p/143254#M100271</link>
      <description>In my workflow if task is not completed with in time mail goes to list of users what i specified in the fields(to,cc,bcc).But i tried with my workflow mail went to first user only in the list.i keep the mail task as asynchronous but mail did not goes to remaining users.Could you please tell me what</description>
      <pubDate>Wed, 22 May 2013 13:54:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/send-email-to-multiple-users/m-p/143254#M100271</guid>
      <dc:creator>sai576</dc:creator>
      <dc:date>2013-05-22T13:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Send email to multiple users</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/send-email-to-multiple-users/m-p/143255#M100272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm that is strange, because in the code the 'to' is split using the comma:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; protected String[] splitAndTrim(String str) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (str != null) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String[] splittedStrings = str.split(",");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (int i = 0; i &amp;lt; splittedStrings.length; i++) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; splittedStrings&lt;/SPAN&gt;&lt;EM&gt; = splittedStrings&lt;EM&gt;.trim();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return splittedStrings;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return null;&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&lt;BR /&gt;I'll investigate and see if there is a bug and report back to you&lt;/EM&gt;&lt;/EM&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 15:19:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/send-email-to-multiple-users/m-p/143255#M100272</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-05-22T15:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Send email to multiple users</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/send-email-to-multiple-users/m-p/143256#M100273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I checked our unit tests and we have a test for multiple recipients:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;activiti:string&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:kermit@activiti.org" rel="nofollow noopener noreferrer"&gt;kermit@activiti.org&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:fozzie@activiti.org" rel="nofollow noopener noreferrer"&gt;fozzie@activiti.org&lt;/A&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:mispiggy@activiti.org" rel="nofollow noopener noreferrer"&gt;mispiggy@activiti.org&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/activiti:string&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The unit test in question is found at org.activiti.engine.test.bpmn.mail.EmailServiceTaskTest&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 15:48:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/send-email-to-multiple-users/m-p/143256#M100273</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-05-23T15:48:00Z</dc:date>
    </item>
  </channel>
</rss>

