Jump to content

Confirmation Email Reply Setting


Recommended Posts

I saw something interesting on a website . You can make a mini store there and if someone orders something you get an email from www.site.com with the customers address , shipping details , etc .. If you reply to email then the mail will be sent to the customer without having to type his email address .

I want to know if it is possible to make something like this at prestashop . For example i get a confirmation email and if i click reply then the customer emaill address will fill automatically without having me to type it .

Link to comment
Share on other sites

Could anyone tell me where is the confirmation email sent , in which file ?

I found something and i want to try but i am not sure .

Someone said that you i should brute force , something like this

 

$headers = 'From: ' . STORE_OWNER_EMAIL_ADDRESS . "\r\n" . 'Reply-To: ' . $order->customer['email_address'] . "\r\n";

I had looked in mailalerts , found something but i am not sure how to add the header to the email . A little help would be very good ..

Link to comment
Share on other sites

×
×
  • Create New...