<?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: Send email with HTML fomat in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/send-email-with-html-fomat/m-p/45005#M24942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Pierre for the quick reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't really know how to extend java classes yet (I am new to all this!), but I'll try to find out and let you know how I get on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Sep 2008 15:58:46 GMT</pubDate>
    <dc:creator>brianz</dc:creator>
    <dc:date>2008-09-01T15:58:46Z</dc:date>
    <item>
      <title>Send email with HTML fomat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/send-email-with-html-fomat/m-p/45002#M24939</link>
      <description>hi,i did a mail with HTML format but when i receive it, its a plain text mail. I see all html tags in text.Is there a special configuration to do to send HTML mail ?Thx in advance</description>
      <pubDate>Mon, 06 Nov 2006 10:37:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/send-email-with-html-fomat/m-p/45002#M24939</guid>
      <dc:creator>ribz33</dc:creator>
      <dc:date>2006-11-06T10:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Send email with HTML fomat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/send-email-with-html-fomat/m-p/45003#M24940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I Would also like to be able to send HTML emails. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I am trying to do is to send the path to a CIFS folder in the form of a file link, something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Please go here to edit the document: &amp;lt;a href="file://MyAlfrescoServer/Alfresco/My_CIFS_Folder"&amp;gt;Link to CIFS Folder&amp;lt;/a&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone found a solution to this please?&amp;nbsp; Is there a config that can be set?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2008 13:29:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/send-email-with-html-fomat/m-p/45003#M24940</guid>
      <dc:creator>brianz</dc:creator>
      <dc:date>2008-09-01T13:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Send email with HTML fomat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/send-email-with-html-fomat/m-p/45004#M24941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Brian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i did more investigations since this old post and it seems that Alfresco don't provide HTML mail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To do it you need to extend mailActionExecuter.java, to configure it to support HTML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Copy original code and replace :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;message.setText(text);&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;by&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;message.setText(text,true);&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2008 13:51:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/send-email-with-html-fomat/m-p/45004#M24941</guid>
      <dc:creator>ribz33</dc:creator>
      <dc:date>2008-09-01T13:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Send email with HTML fomat</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/send-email-with-html-fomat/m-p/45005#M24942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Pierre for the quick reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't really know how to extend java classes yet (I am new to all this!), but I'll try to find out and let you know how I get on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2008 15:58:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/send-email-with-html-fomat/m-p/45005#M24942</guid>
      <dc:creator>brianz</dc:creator>
      <dc:date>2008-09-01T15:58:46Z</dc:date>
    </item>
  </channel>
</rss>

