Title: Comment Moderation/Notification Recipients
Author: Rolf Allard van Hagen
Published: <strong>December 30, 2010</strong>
Last modified: February 19, 2026

---

Search plugins

![](https://ps.w.org/comment-moderation-e-mail-to-post-author/assets/banner-772x250.
png?rev=1112139)

![](https://ps.w.org/comment-moderation-e-mail-to-post-author/assets/icon-128x128.
png?rev=1112139)

# Comment Moderation/Notification Recipients

 By [Rolf Allard van Hagen](https://profiles.wordpress.org/ravanh/)

[Download](https://downloads.wordpress.org/plugin/comment-moderation-e-mail-to-post-author.0.7.zip)

 * [Details](https://test.wordpress.org/plugins/comment-moderation-e-mail-to-post-author/#description)
 * [Reviews](https://test.wordpress.org/plugins/comment-moderation-e-mail-to-post-author/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/comment-moderation-e-mail-to-post-author/#installation)
 * [Development](https://test.wordpress.org/plugins/comment-moderation-e-mail-to-post-author/#developers)

 [Support](https://wordpress.org/support/plugin/comment-moderation-e-mail-to-post-author/)

## Description

Normally, when a comment gets submitted to a particular post, the author of that
post gets a notification about it. And when a comment is held for moderation (which
depends on your sites comment settings) then the moderation notification is sent
to _both_ the post **Author** (if he/she has moderation rights) _and_ the site’s**
Administration E-mail Address** as configured under **Settings > General** at the
same time.

On **colaboration sites** or sites managed by a webmaster or designer where the 
client is the post author, the site admin, with enough on his/her mind already, 
is bothered with each and every new comment in the moderation queue.

This plugin can change that.

Just install and activate it: All post comment moderation notifications will be 
sent **only** to each respective **Post Author**. If, by any chance, the post author
has no moderation rights (Contributor level) _or_ there is no valid author e-mail
set then the default site e-mail address will still get the notification.

WordPress Multisite compatible, per-site or network activated or as a must-use plugin.

**Plugin Settings**

Options will be added in the future but for now, you can only change the plugin 
behavior via constants in your wp-config.php file.

Add them on a new line in your wp-config.php file, just above the line that sais:`/*
That's all, stop editing! Happy publishing. */`.

These constants are currently available:

 1. **COMMENT_NOTIFICATION_RECIPIENTS** – Controls the New Comment recipients. Default:“
    wp_default” corresponds with “post_author_only” WordPress default.
 2. **COMMENT_MODERATION_RECIPIENTS** – Controls the Comment is waiting for Moderation
    message recipients. Default: “post_author_only”.

These options are currently available:

 1. **wp_default** – The WordPress default behavior. Plugin does nothing.
 2. **post_author_only** – Send notifications only to the Post Author e-mail address.
 3. **site_admin_only** – Send notifications only to the Administration Email Address
    as configured on Settings > General.

**Examples:**

Use `define( 'COMMENT_NOTIFICATION_RECIPIENTS', 'site_admin_only' );` to make new
comment notifications go to the site admin e-mail address, and no longer the post
author.

Use `define( 'COMMENT_MODERATION_RECIPIENTS', 'post_author_only' );` to make comment
moderation notifications only go to the authors e-mail address, and no longer the
site administrator address (unless the post author does not have moderation rights).

## Installation

Hit [install now](http://coveredwebservices.com/wp-plugin-install/?plugin=comment-moderation-e-mail-to-post-author),
provide your site home address and continue to log in on your own site. Easy, by
Covered Web Service 🙂

## FAQ

### I see no settings page

There is no settings page. See the plugin Description for instructions.

### Nothing looks different. Is it working at all?

To test if it is working:

 1. Check your Settings > Discussion settings and make sure that (I) at **E-mail me
    whenever** at least _A comment is held for moderation_ and (II) at **Before a comment
    appears** at least _Comment author must have a previously approved comment_ are
    checked.
 2. Open an incognito browser window, go to your site as an anonymous visitor and post
    a comment to a post from anyone with at least author level (contributor has no 
    moderation rights!) other than the main site administrator.
 3. Switch back to your normal browser window, verify that comment went into the moderation
    queue, verify that you as site administrator did not receive any moderation e-mail
    and then ask the post author if he/she did receive the moderation notification 
    correctly 🙂

### I get no messages

This plugin does not send any messages. It only changes the addressee of the comment
moderation queue notifications that are sent by WordPress.

If nobody get any of these notifications, disable the plugin and test again. You
will probably still not get any notifications and the problem lies with WordPress
not being able to send emails via PHP. There are other plugins or tutorials about
server configuration that can help you with that…

### Does this plugin work on WPMU / Multisite mode?

Yep, it was made for Multisite 🙂

You can install it in /plugins/ and activate it _site-by-site_ or _network wide_.
Or you can upload it to /mu-plugins/ for automatic (must-use) inclusion.

## Reviews

![](https://secure.gravatar.com/avatar/6b6828d80a4b959f8584a331032769c86ceb4f3b40267c4573569b1caaca6c69?
s=60&d=retro&r=g)

### 󠀁[Works perfectly!](https://wordpress.org/support/topic/works-perfectly-2720/)󠁿

 [Annonnimmo](https://profiles.wordpress.org/annonnimmo/) January 5, 2024

Very simple and fast plugin.

![](https://secure.gravatar.com/avatar/afba230e96811c56e086315bb92cac4fb6163483bd68f40de9c17933a090d831?
s=60&d=retro&r=g)

### 󠀁[Still works !](https://wordpress.org/support/topic/still-works-165/)󠁿

 [ELAN42///](https://profiles.wordpress.org/nokao/) August 8, 2019

We use it on > 200 websites

![](https://secure.gravatar.com/avatar/52243ae0b9ad2731f6e32b2882a2c496f6ceba9fdb0ac513724e7fc96f89e28e?
s=60&d=retro&r=g)

### 󠀁[Works great](https://wordpress.org/support/topic/works-great-3210/)󠁿

 [Vayu Robins](https://profiles.wordpress.org/vayu/) September 3, 2016

Works great, thanks

 [ Read all 4 reviews ](https://wordpress.org/support/plugin/comment-moderation-e-mail-to-post-author/reviews/)

## Contributors & Developers

“Comment Moderation/Notification Recipients” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ Rolf Allard van Hagen ](https://profiles.wordpress.org/ravanh/)

[Translate “Comment Moderation/Notification Recipients” into your language.](https://translate.wordpress.org/projects/wp-plugins/comment-moderation-e-mail-to-post-author)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/comment-moderation-e-mail-to-post-author/),
check out the [SVN repository](https://plugins.svn.wordpress.org/comment-moderation-e-mail-to-post-author/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/comment-moderation-e-mail-to-post-author/)
by [RSS](https://plugins.trac.wordpress.org/log/comment-moderation-e-mail-to-post-author/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.7

20240119
 * NEW: set Site Amdin only recipient with constant in wp-config.php * 
NEW: set New Comment Notification recipients with constant in wp-config.php * WordPress
Coding Standards

#### 0.6

20210511
 * FIX: allow for other `comment_moderation_recipients` filters running
before this one

#### 0.5

20170717
 * WP 4.8+ compatibility

#### 0.4

20140904
 * New concept: filter comment_moderation_recipients available since WP
3.7

#### 0.3

20130627
 * WP 3.1+ compatibility

#### 0.1

20101123
 * First concept: replace function wp_notify_moderator()

## Meta

 *  Version **0.7**
 *  Last updated **3 months ago**
 *  Active installations **1,000+**
 *  WordPress version ** 3.7 or higher **
 *  Tested up to **6.9.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/comment-moderation-e-mail-to-post-author/)
 * Tags
 * [comment notification](https://test.wordpress.org/plugins/tags/comment-notification/)
   [comments](https://test.wordpress.org/plugins/tags/comments/)
 *  [Advanced View](https://test.wordpress.org/plugins/comment-moderation-e-mail-to-post-author/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/comment-moderation-e-mail-to-post-author/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/comment-moderation-e-mail-to-post-author/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/comment-moderation-e-mail-to-post-author/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/comment-moderation-e-mail-to-post-author/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/comment-moderation-e-mail-to-post-author/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/comment-moderation-e-mail-to-post-author/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/comment-moderation-e-mail-to-post-author/reviews/)

## Contributors

 *   [ Rolf Allard van Hagen ](https://profiles.wordpress.org/ravanh/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/comment-moderation-e-mail-to-post-author/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/donate/?hosted_button_id=5UVXZVN5HDKBS)