Send automated email to your blog's commenters everytime you reply their comments on the blog's comment system.
It's probably because your theme doesn't have the 'comment_form' hook. I use this hook to automatically insert
a menu to select which commenters you are replying to. If it's the problem, just an extra template tag. Open your theme
file (usually comments.php) And insert the following template tag: <?php commentmailer_form(); ?> between the <form> and </form> tags.
Requires: 2.0.2 or higher
Compatible up to: 2.3.1
Last Updated: 2007-11-28
Downloads: 2,875
Got something to say? Need help?