Title: FROM
Last modified: August 21, 2016

---

# FROM

 *  Resolved [boulderbrian](https://wordpress.org/support/users/boulderbrian/)
 * (@boulderbrian)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/from-1/)
 * My notifications are coming from WordPress <wordpress@mysite.com> how do I change
   this to the user that submitted the comment?
 * [http://wordpress.org/plugins/cbnet-multi-author-comment-notification/](http://wordpress.org/plugins/cbnet-multi-author-comment-notification/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/from-1/#post-4111085)
 * Hi boulderbrian,
 * This Plugin does not manipulate anything with emails, other than the recipient
   list.
 * To modify the `from` value, you’ll want to take a look at the filters provided
   by core.
 * For `wp_notify_postauthor()`:
 *     ```
       $message_headers = apply_filters( 'comment_notification_headers',    $message_headers, $comment_id );
       ```
   
 * For `wp_notify_moderator()`:
 *     ```
       $message_headers = apply_filters( 'comment_moderation_headers',    $message_headers, $comment_id );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘FROM’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cbnet-multi-author-comment-notification.
   svg)
 * [cbnet Multi Author Comment Notification](https://wordpress.org/plugins/cbnet-multi-author-comment-notification/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cbnet-multi-author-comment-notification/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cbnet-multi-author-comment-notification/)
 * [Active Topics](https://wordpress.org/support/plugin/cbnet-multi-author-comment-notification/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cbnet-multi-author-comment-notification/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cbnet-multi-author-comment-notification/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/from-1/#post-4111085)
 * Status: resolved