Bcc Emails

HI guys,



This shoul;d be an easy one i hope…

I’m setting up trustpilot on one of my sites but in order for it to work i need to BCC the order confirmation that goes to the customer,



has anone done this before?



Thanks



Mark

BCC is not supported in the standard cart. You would have to modify the function fn_send_mail() in core/fn.common.php and add a bcc field to the parameters list (not recommended) or look for a template variable and then do it dynamically (recommended). You would then have to identify which controllers you want to have email BCC'd and adjust the template variables to contain an 'email_bcc' variable in each.



That's the jist of what you would have to do. But the devil is in the details.

Thanks for the pointer. i will take a look now.

[quote name='Marticus' timestamp='1308642010' post='115407']

Thanks for the pointer. i will take a look now.

[/quote]



Hi Marticus,



Have you managed to sort this out? I need to do exactly the same thing, I wonder if someone could help me with this.

Anyone accomplished this yet?

Anyone accomplished this yet?

I've done this for trustpilot for a customer. It will add a BCC to an order email when the email is going to the customer. Contact me if you're interested.

I've done this for trustpilot for a customer. It will add a BCC to an order email when the email is going to the customer. Contact me if you're interested.

I'm keen on this - was it an addon made at all?

Yes, I have an addon available. It will include a BCC of specified address(es) when an invoice is sent to the email address in the order. It will not include the BCC for other addresses like orders_department, etc. and will only apply to emails with order data in them.