<?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 send more than one mail with Mail Task in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-more-than-one-mail-with-mail-task/m-p/40697#M17062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you can guess from the title I wanted to know how to send more mail with a single mail Task (at different addresses, the same mail to more people)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2018 07:16:27 GMT</pubDate>
    <dc:creator>matteo_zanardo</dc:creator>
    <dc:date>2018-09-07T07:16:27Z</dc:date>
    <item>
      <title>How to send more than one mail with Mail Task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-more-than-one-mail-with-mail-task/m-p/40697#M17062</link>
      <description>As you can guess from the title I wanted to know how to send more mail with a single mail Task (at different addresses, the same mail to more people)</description>
      <pubDate>Fri, 07 Sep 2018 07:16:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-send-more-than-one-mail-with-mail-task/m-p/40697#M17062</guid>
      <dc:creator>matteo_zanardo</dc:creator>
      <dc:date>2018-09-07T07:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to send more than one mail with Mail Task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-more-than-one-mail-with-mail-task/m-p/40698#M17063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try to split by commas ',' check out the docs&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.activiti.org/5.x/userguide/#bpmnEmailTaskUsage" title="https://www.activiti.org/5.x/userguide/#bpmnEmailTaskUsage" rel="nofollow noopener noreferrer"&gt;Activiti User Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 13:59:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-send-more-than-one-mail-with-mail-task/m-p/40698#M17063</guid>
      <dc:creator>bassam_al-saror</dc:creator>
      <dc:date>2018-10-02T13:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to send more than one mail with Mail Task</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-send-more-than-one-mail-with-mail-task/m-p/40699#M17064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Matteo Zanardo&lt;/B&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As &lt;B&gt;Bassam Al-Sarori&lt;/B&gt;‌ explained,&lt;/P&gt;&lt;PRE class="" style="color: black; background: #eeeeee; border: 1px dashed #666666; padding: 1.25em 1.5625em 1.125em;"&gt;&lt;CODE data-lang="xml" style="color: black; font-weight: normal;"&gt;&amp;lt;activiti:field name="to" expression="${recipient}" /&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;you need to change the &lt;STRONG&gt;to &lt;/STRONG&gt;field for multiple users and pass the values accordingly.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A class="link-titled" href="https://www.activiti.org/5.x/userguide/#bpmnEmailTaskUsage" title="https://www.activiti.org/5.x/userguide/#bpmnEmailTaskUsage" rel="nofollow noopener noreferrer"&gt;Activiti User Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also send emails manually&amp;nbsp;using script tasks&amp;nbsp;by javascript api&lt;BR /&gt;&lt;A class="link-titled" href="https://docs.alfresco.com/4.2/references/API-JS-ScriptAction-execute.html" title="https://docs.alfresco.com/4.2/references/API-JS-ScriptAction-execute.html" rel="nofollow noopener noreferrer"&gt;execute | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There is one parameter&amp;nbsp;&lt;/P&gt;&lt;PRE class="" style="color: #333333; background-color: #f5f5f5; border: 1px solid #888888; margin: 0px 0px 20px; padding: 2px;"&gt;&lt;SPAN class="" style="color: #000000;"&gt;mail&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;parameters&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;to &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #008800;"&gt;"*****@****.com"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000;"&gt;&lt;SPAN class="" style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;or&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE class="" style="color: #333333; background-color: #f5f5f5; border: 1px solid #888888; margin: 0px 0px 20px; padding: 2px;"&gt;&lt;SPAN class=""&gt;mail&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;parameters&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;to_many &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #008800;"&gt;['****@****.com','****@****.com']&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;if you wants to send emails in multiple then pass the values in array&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;Vikash&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2018 07:14:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-send-more-than-one-mail-with-mail-task/m-p/40699#M17064</guid>
      <dc:creator>vikash_patel</dc:creator>
      <dc:date>2018-12-04T07:14:48Z</dc:date>
    </item>
  </channel>
</rss>

