<?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: Sending content from one repo to another? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/sending-content-from-one-repo-to-another/m-p/189338#M142468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, i would like to enable alfresco to send attachments..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp; // create mail action&lt;BR /&gt;&amp;nbsp; var mail = actions.create("mail");&lt;BR /&gt;&amp;nbsp; mail.parameters.to = "davidc@alfresco.com";&lt;BR /&gt;&amp;nbsp; mail.parameters.subject = "Hello from JavaScript";&lt;BR /&gt;&amp;nbsp; mail.parameters.from = "davidc@alfresco.com";&lt;BR /&gt;&amp;nbsp; mail.parameters.template = root.childByNamePath("Company Home/Data Dictionary/Email Templates/notify_user_email.ftl");&lt;BR /&gt;&amp;nbsp; mail.parameters.text = "some text, in case template is not found";&lt;BR /&gt;&amp;nbsp; // execute action against a document&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; mail.execute(doc);&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess this document nodeRef in "execute(doc)" is only used in executing email ftl template against that node.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be nice to have an option so send this file as an attach too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2009 12:33:19 GMT</pubDate>
    <dc:creator>msvoren</dc:creator>
    <dc:date>2009-03-11T12:33:19Z</dc:date>
    <item>
      <title>Sending content from one repo to another?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-content-from-one-repo-to-another/m-p/189334#M142464</link>
      <description>Hello,Is there API (Javascript would be great) that could send content from one alfresco installation to another alfresco?</description>
      <pubDate>Mon, 02 Mar 2009 15:08:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-content-from-one-repo-to-another/m-p/189334#M142464</guid>
      <dc:creator>msvoren</dc:creator>
      <dc:date>2009-03-02T15:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sending content from one repo to another?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-content-from-one-repo-to-another/m-p/189335#M142465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think you can use Alfresco WebScript RESTful API to implement a similar feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see the wiki for more details:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/3.0_Web_Scripts_Framework" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/3.0_Web_Scripts_Framework&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2009 11:09:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-content-from-one-repo-to-another/m-p/189335#M142465</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2009-03-03T11:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sending content from one repo to another?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-content-from-one-repo-to-another/m-p/189336#M142466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It would be a good thing if mailing with attachments is possible. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That sounds very clean.. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On one side, js scipt sends email , directly to another alfresco, to space defined with email alias..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any signs of alfresco implementation on email attachments?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 15:41:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-content-from-one-repo-to-another/m-p/189336#M142466</guid>
      <dc:creator>msvoren</dc:creator>
      <dc:date>2009-03-04T15:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sending content from one repo to another?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-content-from-one-repo-to-another/m-p/189337#M142467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is this what you are looking for ? &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Inbound_Email_Server_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Inbound_Email_Server_Configuration&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2009 17:26:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-content-from-one-repo-to-another/m-p/189337#M142467</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-03-04T17:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sending content from one repo to another?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sending-content-from-one-repo-to-another/m-p/189338#M142468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, i would like to enable alfresco to send attachments..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp; // create mail action&lt;BR /&gt;&amp;nbsp; var mail = actions.create("mail");&lt;BR /&gt;&amp;nbsp; mail.parameters.to = "davidc@alfresco.com";&lt;BR /&gt;&amp;nbsp; mail.parameters.subject = "Hello from JavaScript";&lt;BR /&gt;&amp;nbsp; mail.parameters.from = "davidc@alfresco.com";&lt;BR /&gt;&amp;nbsp; mail.parameters.template = root.childByNamePath("Company Home/Data Dictionary/Email Templates/notify_user_email.ftl");&lt;BR /&gt;&amp;nbsp; mail.parameters.text = "some text, in case template is not found";&lt;BR /&gt;&amp;nbsp; // execute action against a document&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; mail.execute(doc);&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess this document nodeRef in "execute(doc)" is only used in executing email ftl template against that node.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be nice to have an option so send this file as an attach too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 12:33:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sending-content-from-one-repo-to-another/m-p/189338#M142468</guid>
      <dc:creator>msvoren</dc:creator>
      <dc:date>2009-03-11T12:33:19Z</dc:date>
    </item>
  </channel>
</rss>

