Yes - this is very much possible. :) In order to do so - you will have to download the source from Codeplex, implement the sample EventHandler (shown in the folder "Events") and then rebuild the entire thing.
I'm trying to do this myself at the moment, but it seems i have to go through a steep learning curve here ;)
Send email notification when post a new post.
Is it possible to send an email to admin when there is a new comment?
Hello!
Yes - this is very much possible. :)
In order to do so - you will have to download the source from Codeplex, implement the sample EventHandler (shown in the folder "Events") and then rebuild the entire thing.
I'm trying to do this myself at the moment, but it seems i have to go through a steep learning curve here ;)
// Thomas G
I have tried this, but has not worked for me.The eventhandlers do nothing.
After building the site a few times it now works :)
I was having a bit of trouble with this.
Ended up removing the
foreach(Notification n in Notification.GetNodeNotifications(new Document(sender.ParentNodeId))) {
loop to get it working.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.