I would like to send information about orders only to email1, information about registered users and contact form only to email2
I found this link which helped me a little bit http://forum.opencart.com/viewtopic.php?t=43385
Now information from contact form is being sent to email2, but information about orders and registered users is being sent to email1
Is there an similair option, found in the link I provided above
Code: Select all
$mail->setTo('ENTER-YOUR-CONTACT-EMAIL-HERE');
I'm using OC 1.5.1.3