Reply To: Email replies to group messages are not being sent back out to entire group


Home Forums Front End PM PRO Email replies to group messages are not being sent back out to entire group Reply To: Email replies to group messages are not being sent back out to entire group

#15155
Shamim Hasan
Keymaster

7. in clas-fep-group-message.php after function send_email_participants( $participants, $postid ){ add

if( 'threaded' == fep_get_message_view() ){
    $postid = fep_get_parent_id( $postid );
}