Author: Tales from the Evil Empire : ASP.NET | Posted on: 3/2/2012 1:02:53 AM | Views : 822

The Rules module in Orchard enable you to set-up "if this then that" types of rules. The system is fully extensible in terms of what "this" and "that" are of course, but Orchard comes with everything you need out of the box to set-up comment notifications. Let's create this rule: Before you begin, you need to make sure you have the rules features installed and enabled. For comment notifications, "this" is: "when content with type comment is published", and "that is: "send an e-mail". In order to reproduce this, create a new rule named "Content Notification". Add an event, choose "Content Published" and select "Comment" as the published type: Now we will add a "Send e-mail action". As the recipient of the e-mail, I usually set "Site Admin", but...(read more) ...

Go to the complete details ...