Guest Posted March 7, 2007 Posted March 7, 2007 I've never received order notifications and like a lot of people I just used the extra order email workaround but I'm on a new server now and had to install a smtp authentication mod and that doesn't work anymore so I'm wondering about simply hardcoding my admin addy into the checkout_process itself? I'm thinking it needs to go into this area: tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT_1 . ' ' . $insert_id . ' ' .EMAIL_TEXT_SUBJECT_2 , $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); but I'm just not sure how to do it and then again, I'm wondering (since STORE_OWNER_EMAIL_ADDRESS is used all over osc) if it would be better to do it as a define in english.php and not have to worry about something else not sending emails out to me properly later on? Anyone have any ideas on this or have possibly worked something entirely different out?
Guest Posted March 12, 2007 Posted March 12, 2007 I found this solution on another thread (page 2) and have tried it on mine with no luck: http://www.oscommerce.com/forums/index.php?sho...email&st=20 Here is my same section if anyone has any advice on implementing it: tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT_1 . ' ' . $insert_id . ' ' .EMAIL_TEXT_SUBJECT_2 , $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
Recommended Posts
Archived
This topic is now archived and is closed to further replies.