<?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: email attachments in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164675#M118403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've succesfully built the jar file, but when I try to execute the actio, I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The requested resource (/alfresco/jsp/actions/mail-attach.jsp) is not available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can I get the mail-attach.jsp file?&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;Javier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2008 18:15:13 GMT</pubDate>
    <dc:creator>jglezar</dc:creator>
    <dc:date>2008-06-05T18:15:13Z</dc:date>
    <item>
      <title>email attachments</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164670#M118398</link>
      <description>hello,I am using Alfresco 2.1, and i was wondering if there is a way to send emails with attachments included on them. I am guessing it could be done programatically, but how would i do that?Thanks in advance</description>
      <pubDate>Mon, 21 Apr 2008 16:29:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164670#M118398</guid>
      <dc:creator>califa198</dc:creator>
      <dc:date>2008-04-21T16:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: email attachments</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164671#M118399</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;SPAN&gt;I believe, you are talking about inbound email functionality, if this is true you can get this feature on Alfresco 2.2 , where you can send email with attachment to a&amp;nbsp; folder. See the following links&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Email_Server_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Email_Server_Configuration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't see the outbound email functionality where you can send mail with attachment directly from alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 12:42:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164671#M118399</guid>
      <dc:creator>kayan</dc:creator>
      <dc:date>2008-04-24T12:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: email attachments</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164672#M118400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might use such URLs to create a new email with an attached document&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;mailto:?subject=the subject&amp;amp;cc=&amp;amp;body=This is the body text&amp;amp;attachment=&amp;lt;CIFS_PATH_TO_ATTACHED_DOCUMENT&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;SPAN&gt;but this will work correctly only from machines equipped with Outlook or Outlook Express. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In practice, only some versions of Outlook/Outlook Express support these URLs correclty, making this approach not very reliable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An extension on the forge might help as well : &lt;/SPAN&gt;&lt;A href="http://forge.alfresco.com/projects/mailattach/" rel="nofollow noopener noreferrer"&gt;http://forge.alfresco.com/projects/mailattach/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Denis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Apr 2008 12:03:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164672#M118400</guid>
      <dc:creator>dgenard</dc:creator>
      <dc:date>2008-04-28T12:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: email attachments</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164673#M118401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having a look at mail attach action.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Somehow it seems not to be possible to build it properly with ant on my machine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some error in the source code is likely. However, i am a newbie in ant areas. Can someone have a look and, when succeeding, publish the resulting jar file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would be nice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 May 2008 16:35:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164673#M118401</guid>
      <dc:creator>trialot</dc:creator>
      <dc:date>2008-05-11T16:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: email attachments</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164674#M118402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What error do you get with Ant?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 14:01:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164674#M118402</guid>
      <dc:creator>dinger</dc:creator>
      <dc:date>2008-05-12T14:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: email attachments</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164675#M118403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've succesfully built the jar file, but when I try to execute the actio, I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The requested resource (/alfresco/jsp/actions/mail-attach.jsp) is not available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can I get the mail-attach.jsp file?&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;Javier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 18:15:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-attachments/m-p/164675#M118403</guid>
      <dc:creator>jglezar</dc:creator>
      <dc:date>2008-06-05T18:15:13Z</dc:date>
    </item>
  </channel>
</rss>

