Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
653 views
in Plugins by
Need to notify via email when any event related to new/edit of questions/answers/comments.

Perhaps I am missing an existing function?
Q2A version: 1.5.1
by
Currently you can get emailed when someone answers your question or comments on one of your posts. Below each post you'll see it says something like "Email me if a comment is added after mine".

Is there something extra you are looking for as well as that?
by
I need to enable admins/moderators to track/review ALL activity, not only questions that they have posted.

2 Answers

0 votes
by

In Admin > Plugins you have to enable the Event Logger. Then with the history-plugin you get all events written to the table "eventlog" in your database

So maybe you install this plugin and add a php-mail function within it.

That should do it.

+1 vote
by
Why not use an RSS feed emailer service? No need to change the code.
...