Email copy of message back to group sender


Home Forums Front End PM PRO Email copy of message back to group sender

This topic is: Not Resolved
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #42708
    christie.lindemann
    Participant

    Are we able to have a copy of the message sent to the sender’s mailbox when they send the message to a group? Right now, the sender does not receive a copy of the message.

    #42716
    Shamim Hasan
    Keymaster

    Currently we can send but that needs to edit main plugin code. If you are comfortable to edit php code you can open class-fep-email-beautify.php and remove following code

    if( $mgs->mgs_author == $y ){
        unset( $queue[$k][$x] );
        continue;
    }
    
    #42726
    christie.lindemann
    Participant

    Can I put in a feature request for this? At the very least, allow using a function outside of the plugin instead of having to edit the plugin itself. I don’t edit plugins, mostly because I would forget to make my edit after every update.

    #42731
    Shamim Hasan
    Keymaster

    Thank you for your suggestion.
    I will add a filter there so that we can use that filter to change this.

    #42733
    christie.lindemann
    Participant

    Thanks!

    #42743
    christie.lindemann
    Participant

    It will be a setting in the WP admin plugin settings or it will be code I need to add to my functions file?

    #42754
    Shamim Hasan
    Keymaster

    Most probably it will be code as it is one time change feature which will not be changed frequently. Also already there are many settings options, too many options confuse users.

Viewing 7 posts - 1 through 7 (of 7 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.