• Right now when there is a new review on a website, a notification is sent to the email that’s set in the WP general settings.
    Is there a way to change this (without changing the email in the general WP settings), so that a notification will be delivered to another email address? (or addresses)

Viewing 4 replies - 1 through 4 (of 4 total)
  • I want this same feature!!!

    Thread Starter HolyMoley

    (@pagise)

    @dickraney I just went around this by going straight to the database, look up my email address (if you google it, you’ll find out what table to look in), and added another email address in it (separated by a comma).

    Thanks, but that would send other admin emails to the same address which is not acceptable.

    This is a feature that has been asked about many times in this forum and it seems like a very good feature to add to the plugin.

    I would be interested if anyone knows how to add a filter function to alter the behavior of the plugin and output an alternate email address. This is the line of code that generates the email, line 920 of wp-customer-reviews-3.php:
    @wp_mail(get_bloginfo('admin_email'), "WP Customer Reviews: New Review Posted on {$datetime}", "A new review has been posted on ".get_bloginfo('name')." via WP Customer Reviews. \n\nYou will need to approve this review before it will appear on your site.");

    I also need this feature! We don’t want all the admin emails going to the customer, as often it’s just advising of WordPress/plugin updates etc. But we do want them to know when they have a review to, well, review!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Review notification to different email address?’ is closed to new replies.