Title: feedback notification email
Last modified: November 7, 2019

---

# feedback notification email

 *  Resolved [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/feedback-notification-email/)
 * Hello Blaz,
 * Thanks for the rate-my-post plugin. I’m still in the experimentation stage but
   it looks really well thought out!
 * The feedback widget is a really good idea. Problem is, our sites use a slack 
   email address in the general WP settings. I would like to send the feedback notifications
   directly to the site managing editor, instead of the site email (slack). This
   would be very helpful.
 * Can you please suggest a function or modification to accomplish this? Ideally,
   it would be great to have a text field on the options page that appears when “
   Send me email whenever feedback is left” is selected.
 * Thanks again and I look forward to your response.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffeedback-notification-email%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [joeco](https://wordpress.org/support/users/joeco/)
 * (@joeco)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/feedback-notification-email/#post-12107898)
 * Hello again,
 * I found the solution in your documentation:
 *     ```
       add_filter( 'rmp_mail_address', 'blazzdev_change_rmp_email' );
   
       function blazzdev_change_rmp_email( $email ) {
         return 'test@test.com';
       }
       ```
   
 * Thanks!
 *  Plugin Support [Blaz K.](https://wordpress.org/support/users/blazk/)
 * (@blazk)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/feedback-notification-email/#post-12110232)
 * Hi [@joeco](https://wordpress.org/support/users/joeco/),
 * I’m happy to hear you like the plugin and you found the solution 🙂
 * Blaz

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘feedback notification email’ is closed to new replies.

 * ![](https://ps.w.org/rate-my-post/assets/icon-128x128.png?rev=2045796)
 * [Rate My Post - Star Rating Plugin by FeedbackWP](https://wordpress.org/plugins/rate-my-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/rate-my-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/rate-my-post/)
 * [Active Topics](https://wordpress.org/support/plugin/rate-my-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rate-my-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rate-my-post/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Blaz K.](https://wordpress.org/support/users/blazk/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/feedback-notification-email/#post-12110232)
 * Status: resolved