• Thanks! What if commenter doesn’t want to receive notifications? An opt-in or out feature would be great!

    @karl53 To do what you want to do, go to your Dashboard, then to Plugins, click on Edit “Comment Email Reply”

    in cer_plugin.php change:

    $headers .= 'From: '.get_option('blogname').' <'.get_option('admin_email').'>' . "\r\n";

    to

    $headers .= 'From: '.get_option('blogname').' <[email protected]>' . "\r\n";

Viewing 1 replies (of 1 total)
  • chiappa

    (@chiappa)

    Yep, what’s great about this plugin is that each commenter receives the comment notification by default. But this can be annoying to some, and a link at the bottom of the email to opt-out would be needed. I’m guessing that because of the simplicity of the plugin such a feature would be quite a bit of code. Nevertheless will be looking for a solution to this.

Viewing 1 replies (of 1 total)
  • The topic ‘Very nice and simple !’ is closed to new replies.