How can i set a specific recipient alert email for the new orders?
I don't want receive these emails in the default store email.

Thanks!
Code: Select all
$mail->setTo($this->config->get('config_email'));
Code: Select all
$mail->setTo('YOU@YOUREMAIL.COM');
Thanks, worked fine!uksitebuilder wrote:edit: catalog/model/checkout/order.php
findchange toCode: Select all
$mail->setTo($this->config->get('config_email'));
Code: Select all
$mail->setTo('YOU@YOUREMAIL.COM');
Hi Simon,spirit wrote:I mean, when the customer do an order, i want receive "the same order e-mail".
Users browsing this forum: No registered users and 149 guests