YodasToe Posted June 7, 2005 Posted June 7, 2005 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
FalseDawn Posted June 7, 2005 Posted June 7, 2005 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.
YodasToe Posted June 7, 2005 Author Posted June 7, 2005 Thank you very much! I will give that a try.. :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.