Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sent a Duplicate Email


YodasToe

Recommended Posts

Posted

Can anybody help me out here please?

 

I want to make any email sent from mail.php in admin to be copied to another email account besides where it is being sent to.

 

This way I have a record of emails that I sent through the admin utility.

 

If anybody could help me out it would be very much appreciated.

 

Thank you

Posted

Look for this line:

$mimemessage->send($mail['customers_firstname'] . ' ' . $mail['customers_lastname'], $mail['customers_email_address'], '', $from, $subject);

 

 

Simply copy this line straight after and change the $mail['customers_email_address'] parameter to the required additional Email address.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...