<?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: How to add an attachments in the Email Task in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197662#M150792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can any one please suggest me how to overcome the raw html code in the email. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2014 11:23:38 GMT</pubDate>
    <dc:creator>shivakumar1</dc:creator>
    <dc:date>2014-07-03T11:23:38Z</dc:date>
    <item>
      <title>How to add an attachments in the Email Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197658#M150788</link>
      <description>Hi All,I have a requirement which requires an attachment in the email, is there any way to add attachment using email task.Can anyone&amp;nbsp; suggest me, how to achieve this requirement.</description>
      <pubDate>Mon, 23 Jun 2014 10:25:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197658#M150788</guid>
      <dc:creator>shivakumar1</dc:creator>
      <dc:date>2014-06-23T10:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an attachments in the Email Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197659#M150789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm not sure if this would be possible. My understanding is framework uses field injection for populating mail task information. So it can allow Strings and other EL expressions. But would be curious. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Quick solution for mail attachment is, host a https link in the mail body and parameterize it so that only users with secured access and variables only access it., Cheers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 16:13:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197659#M150789</guid>
      <dc:creator>sathish1</dc:creator>
      <dc:date>2014-06-23T16:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an attachments in the Email Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197660#M150790</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;BLOCKQUOTE class="jive-quote"&gt;is there any way to add attachment using email task.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Activiti's email task does not support attachments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can extend email task implementation to support attachments. (I would say that in your case e-mail sending should be asynchronous - can be time consuming)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 06:31:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197660#M150790</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-06-24T06:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an attachments in the Email Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197661#M150791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using activiti-explorer for designing bpm files. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As per @martin suggestion i have written my custom class which extends the MailActivityBehavior .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Configured service task and added extension elements by using class fields in the activit-explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm able to send the email with attachment,but the body of the email is giving raw html code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for an example i have configured the html element with &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "&lt;/SPAN&gt;&lt;A href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When i export the bpm file i'm getting replaced as the below code &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"&amp;amp;amp ; lt;!DOCTYPE html PUBLIC &amp;amp;amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;amp;amp;quot; &amp;amp;amp ; "&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which is causing email to print the raw hmtl code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For quick solution i&amp;nbsp; changed the bpm file and exported it with appropriate html code, i'm able&amp;nbsp; to get the proper mail content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please suggest me how to overcome this issue, i need to give the editable email contents from activiti-explorer for the client implementation teams.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 16:22:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197661#M150791</guid>
      <dc:creator>shivakumar1</dc:creator>
      <dc:date>2014-06-24T16:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an attachments in the Email Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197662#M150792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can any one please suggest me how to overcome the raw html code in the email. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 11:23:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197662#M150792</guid>
      <dc:creator>shivakumar1</dc:creator>
      <dc:date>2014-07-03T11:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an attachments in the Email Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197663#M150793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;wrap it in CDATA … would be the normal XML approach … ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 13:01:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197663#M150793</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-07T13:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an attachments in the Email Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197664#M150794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@jbarrez&amp;nbsp; can you please guide me how to use CDATA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 13:39:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197664#M150794</guid>
      <dc:creator>shivakumar1</dc:creator>
      <dc:date>2014-07-07T13:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an attachments in the Email Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197665#M150795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;can you give me example to use CDATA.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 14:20:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197665#M150795</guid>
      <dc:creator>shivakumar1</dc:creator>
      <dc:date>2014-07-07T14:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an attachments in the Email Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197666#M150796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please use google for this. It's basic XML knowledge.&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>Wed, 09 Jul 2014 10:39:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197666#M150796</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-07-09T10:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to add an attachments in the Email Task</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197667#M150797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;shivakumar _&lt;/B&gt;‌ Can you please share your code as to how you implemented custom email activity for attachments?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Ankith Kumar K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2019 09:46:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-an-attachments-in-the-email-task/m-p/197667#M150797</guid>
      <dc:creator>ankith_k</dc:creator>
      <dc:date>2019-03-25T09:46:32Z</dc:date>
    </item>
  </channel>
</rss>

