• Resolved learner4life

    (@learner4life)


    Hi r-a-y,

    Currently on activating reply by email all emails are being routed through it. Is it possible to selectively use this feature?

    For example on emails generated by woocommerce, or newsletter plugin, there is really no need for a reply by email feature. So how can I avoid “Replying to this email will not send a message directly to the recipient or group” being generated on those emails? Because these emails are sent by admin email address and there is no problem if people do end up replying to these emails as they will come to us directly.

    Reply by email helps us solve the problem where students/teacher replied (probably all buddypress emails) to each other and yet the email landed in our admin inbox.

    https://wordpress.org/plugins/commons-in-a-box/

Viewing 1 replies (of 1 total)
  • Plugin Contributor r-a-y

    (@r-a-y)

    Originally, there was no “Replying to this email will not…” line.

    Our site wanted such a message because people became acccustomed to RBE so much that they thought they could reply to any email, which is not the case. So that message is now added to any non-BuddyPress email.

    However, you can easily disable this with the following snippet in wp-content/plugins/bp-custom.php or your theme’s functions.php file:

    add_filter( 'bp_rbe_show_non_rbe_notice', '__return_false' );

Viewing 1 replies (of 1 total)
  • The topic ‘Selectively use reply by email – avoid woocommerce, newsletter etc.’ is closed to new replies.