cancel
Showing results for 
Search instead for 
Did you mean: 

Send Mail

thomasberment
Champ in-the-making
Champ in-the-making
Hello,

There is an action to send a mail to one or more users, which exists in Alfresco in Action "Run Action".
I would like to know how I can do to make it an action, such as "Cut", "Delete" etc.?

I do not want to change the jsp or content of the action.

In your opinion, is this possible?

Thank you.
3 REPLIES 3

fantom18
Champ in-the-making
Champ in-the-making
Hi All,
I have the same problem, please help us.
Thank you

hsohaib
Champ on-the-rise
Champ on-the-rise
Create a new "web-client-config-custom.xml" file with :


<alfresco-config>
   <config>
<actions>
<action-group id="doc_details_actions">
<action idref="email_space_users" />
</action-group>
</actions>
</config>

</alfresco-config>

upload the file to "company home / data dictionary / web client extension" , and then open the web client console from "http://localhost:8080/alfresco/faces/jsp/admin/webclientconfig-console.jsp" , execute the command "reload" , that should do the trick, and send mail action should appear in the list of actions in the document details view.

thomasberment
Champ in-the-making
Champ in-the-making
It's not really that I want to do, this action already existe in the list of actions. For my project, I want send Email to all user as  possible (user to the space or not). In really, I want the same action that the action "send an email to specified users" accessible from the action "run action".


See this screen :
[img]http://nsa15.casimages.com/img/2010/04/07/100407035153712031.jpg[/img]

This accessibility is imperfect for management rights over the actions.