Very nice and simple !
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Very nice and simple !’ is closed to new replies.