• Resolved Website Academy

    (@rfmcomposer)


    Hi,

    How can I as the administrator get a copy of all emails?

    Is there an option to add the administrator to a bcc field? I couldn’t find it.

    Or do you have code I can add to functions.php?

    Thanks!

    Wouter

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Website Academy

    (@rfmcomposer)

    BTW, I enabled the option “Notify recovery to admin”, but that didn’t help.

    Plugin Support CartFlows Team

    (@cartflows)

    Hello @rfmcomposer,

    Thank you for reaching out to us.

    “Notify recovery to admin” option sends the recovered order email to the administrator.

    Are you not able to receive an email after any recover of order?

    Can you please share your requirements with us?

    Looking forward to hearing from you.

    Thread Starter Website Academy

    (@rfmcomposer)

    I don’t have any recovered orders yet.

    I want a copy of all follow-up emails that encourages people to finish their order.

    Thread Starter Website Academy

    (@rfmcomposer)

    I am a programmer myself and checked the code. What I want is currently not possible.

    I found the emails are send in the function send_email_templates in /woo-cart-abandonment-recovery/modules/cart-abandonment/class-cartflows-ca-cart-abandonment.php.

    Can you please add a (optional) line like this to this function:

    $headers = 'BCC: ' . $admin_first_name . ' <' . $admin_email . '>' . "\r\n";

    I think more users will benefit from this.

    Thread Starter Website Academy

    (@rfmcomposer)

    The correct code is:

    $headers .= 'BCC: ' . $admin_first_name . ' <' . $admin_email . '>' . "\r\n";

    Plugin Support CartFlows Team

    (@cartflows)

    Hello @rfmcomposer,

    Thank you for more details.

    We appreciate your interest in the plugin.

    Our developers will take a look into it and will make the changes accordingly.

    Let us know if you have any questions.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘BCC to admin?’ is closed to new replies.