kitcorsa:
yes i know about sending a copy but thats the issue, it send a new email with the sames copy in the body to each person, so when i add the email for my reviews.co.uk account the email that reviews.co.uk recieves does not show the customers email etc, meaning the only email address that reviews.co.uk sees in the header is my sites email and my reviews.co.uk account email, meaning all the emails asking for a review just get sent to either me or back to reviews.co.uk and not the customer. If you get where im coming from?
if reviews.co.uk was BCC in the email, they would then get the customers email address in the header so reviews can be left.
I had a simular issue with trustpilot when not using mailbeez
So if I understand you right, you want the 'reply to email address' (in your case the customer's email address) added to the header of your order confirmation email.... am I right?
If I am right then that would require custom coding (me thinks...) as the standard ZC 'from' address is the store email, IOW the $email_reply_to_address would need to contain the customer's email address.
Is that correct?
If so, you may want to examine the includes/functions/functions_email.php file and take it from there.