Jonojamesmac Posted March 3, 2008 Posted March 3, 2008 When a customer makes an order they're supposed to get an e-mail are they not? It doesn't seem to be the case for me :( I identified this code in checkout_process.php which handles the confirmation e-mail being sent, but it doesn't seem to be doing its job. tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); // send emails to other people if (SEND_EXTRA_ORDER_EMAILS_TO != '') { tep_mail('', SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_order, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); } Any help would be much appreciated. Thanks
satish Posted March 3, 2008 Posted March 3, 2008 are emails getting generated on create account. There is a probability that Yo have set send mail to false in admin. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Guest Posted March 18, 2008 Posted March 18, 2008 are emails getting generated on create account. There is a probability that Yo have set send mail to false in admin. Satish I'm having the same problem... I've checked my admin - send email - its set at true. What else could it be?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.