hsvolasco Posted November 17, 2015 Share Posted November 17, 2015 Hello guys, I am looking to a way to include the customer name or email on the email subject that is sent to the different departments, notifying that a customer has contacted us. The problem is that when we receive the email, GMail groups all the emails on a single conversation. Any idea on how to include such information on the email is appreciated. Thanks! Link to comment Share on other sites More sharing options...
NemoPS Posted November 18, 2015 Share Posted November 18, 2015 You can try editing the ContactController.php fileif (!Mail::Send($this->context->language->id, 'contact', Mail::l('Message from contact form').' [no_sync]',Around here, append $customer->firstname .' '. $customer->lastname Link to comment Share on other sites More sharing options...
hsvolasco Posted November 18, 2015 Author Share Posted November 18, 2015 It works perfectly! Thank you very much! Link to comment Share on other sites More sharing options...
Recommended Posts