11-14-2006 12:06 AM
06-20-2009 11:11 AM
09-02-2009 02:36 AM
06-18-2010 03:56 AM
First create a simple space, then by clicking on 'start discussion' from more actions start a discussion, then create a rule on Test space…
- for All Items
- send email notification (select the user/group to whom you want to send mail notification)
- select proper option (inbound/outbound & update(alfresco3.1+ supported))
09-05-2011 05:38 PM
if (document.type == "{http://www.alfresco.org/model/forum/1.0}post" || document.type == "{http://www.alfresco.org/model/forum/1.0}topic")
{
// create mail action
var mail = actions.create("mail");
mail.parameters.to = "sebastian.danninger@googlemail.com";
mail.parameters.subject = "New Discussion Entry!!";
mail.parameters.from = "alfresco@saicon-dls.com";
mail.parameters.text = "new forum entry please check it!!!!";
// execute action against a document
mail.execute(document);
}
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.