How to add a bcc email id of an admin on every messages sent to recipient?


Home Forums Front End PM PRO How to add a bcc email id of an admin on every messages sent to recipient?

This topic is: Not Resolved
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #44978
    sarkis.salleh
    Participant

    Hello There,

    I just want to add an email ID of an super admin that is not visible to message dashboard when anyone sent message to respective customer. We want to keep watch on contents that is sending from front end pm pro message dashboard.

    Please suggest and do help ASAP.

    Thanks

    #44985
    Shamim Hasan
    Keymaster

    You can go to Dashboard > Front End PM PRO > All Messages to view all messages sent between users.

    #44989
    sarkis.salleh
    Participant
    This reply has been marked as private.
    #44991
    Shamim Hasan
    Keymaster

    Please find attached screenshot.

    Attachments:
    You must be logged in to view attached files.
    #44994
    sarkis.salleh
    Participant
    This reply has been marked as private.
    #44997
    Shamim Hasan
    Keymaster

    Please add following code in your theme’s (child theme’s if you are using) functions.php (Change abc@example.com with your actual email address.

    add_filter( 'fep_filter_before_email_send', function( $content ){
        $content['headers']['bcc'] = 'Bcc: abc@example.com';
        return $content;
    });
    
    #45161
    sarkis.salleh
    Participant
    This reply has been marked as private.
    #45166
    sarkis.salleh
    Participant
    This reply has been marked as private.
    #45170
    Shamim Hasan
    Keymaster

    We can send a copy to any email address ( sent you code in my previous reply), but cannot change user “to” email address

    #45174
    sarkis.salleh
    Participant
    This reply has been marked as private.
    #45178
    sarkis.salleh
    Participant
    This reply has been marked as private.
    #45183
    Shamim Hasan
    Keymaster

    Hi again,
    I do not see any easy path for your requirement. You can contact through https://www.shamimsplugins.com/hire/ if you like so that i can try to write some code to achieve this.

    #45188
    sarkis.salleh
    Participant

    Hi Team,

    Ok thanks – but why do I need to fill out that form if you understand our requirements can you give me a quote to get it done and write some code to achieve this?

    Many thanks,

    Sarkis

Viewing 13 posts - 1 through 13 (of 13 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.