<?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: Defficiencies in 'Email space users' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/defficiencies-in-email-space-users/m-p/164311#M118056</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;It's not hard. You just need to extend this action. Just by looking at the UI I can tell you that you need to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1- Change jsp/actions/mail.jsp to include a checkbox to select whether or not to send e-mail to self.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2- Extend org.alfresco.web.bean.users.EmailSpaceUsersDialog to change what goes in the from field and send email to self if check box is selected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3- Don't forget to override the manged bean backing this dialog. The managed bean is called EmailSpaceUsersDialog and is defined in faces-config-beans.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might have to do a few more things but this should get you started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Alaaeldin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Apr 2008 18:23:27 GMT</pubDate>
    <dc:creator>rivetlogic</dc:creator>
    <dc:date>2008-04-05T18:23:27Z</dc:date>
    <item>
      <title>Defficiencies in 'Email space users'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defficiencies-in-email-space-users/m-p/164310#M118055</link>
      <description>I would really like to see the following things happen with the 'Email space users' action: 1. The From field of the email sent out to be the name and email address of the user who initiates the sending. 2. Optionally send a copy to the sender's email address as well. How hard would it be to impleme</description>
      <pubDate>Fri, 04 Apr 2008 02:28:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defficiencies-in-email-space-users/m-p/164310#M118055</guid>
      <dc:creator>tdombos</dc:creator>
      <dc:date>2008-04-04T02:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Defficiencies in 'Email space users'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defficiencies-in-email-space-users/m-p/164311#M118056</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;It's not hard. You just need to extend this action. Just by looking at the UI I can tell you that you need to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1- Change jsp/actions/mail.jsp to include a checkbox to select whether or not to send e-mail to self.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2- Extend org.alfresco.web.bean.users.EmailSpaceUsersDialog to change what goes in the from field and send email to self if check box is selected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3- Don't forget to override the manged bean backing this dialog. The managed bean is called EmailSpaceUsersDialog and is defined in faces-config-beans.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might have to do a few more things but this should get you started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Alaaeldin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 18:23:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defficiencies-in-email-space-users/m-p/164311#M118056</guid>
      <dc:creator>rivetlogic</dc:creator>
      <dc:date>2008-04-05T18:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Defficiencies in 'Email space users'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defficiencies-in-email-space-users/m-p/164312#M118057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am by no means a Java expert. I managed to figure out what goes on in the code and how to change it, but how do I push those changes to my compiled alfresco? Do I have to recompile the whole Alfresco war etc. to implement this small change?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2008 23:17:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defficiencies-in-email-space-users/m-p/164312#M118057</guid>
      <dc:creator>tdombos</dc:creator>
      <dc:date>2008-04-05T23:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Defficiencies in 'Email space users'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defficiencies-in-email-space-users/m-p/164313#M118058</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;You should deploy your extension as an &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/AMP_Files" rel="nofollow noopener noreferrer"&gt;AMP&lt;/A&gt;&lt;SPAN&gt; file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Alaaeldin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 13:56:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defficiencies-in-email-space-users/m-p/164313#M118058</guid>
      <dc:creator>rivetlogic</dc:creator>
      <dc:date>2008-04-06T13:56:50Z</dc:date>
    </item>
  </channel>
</rss>

