Waza04 Posted April 15, 2003 Share Posted April 15, 2003 Hiya!! I am working on a upgrade for some of my mods - involving emailing!! However, I have never used the tep mail function, so ca somebody shed some light? I have the following set-up, but when it proceses it - the email doesnt get sent to the SMTP server... $email_customer_query = tep_db_query("select customers_firstname, customers_lastname, customers_email_address from " . TABLE_CUSTOMERS . " where customers_id = '" . $order_restore['customers_id'] . "'"); $email_customer = tep_db_fetch_array($email_customer_query); // mail report tep_mail($email_customer['customers_firstname'] . " " . $email_customer['customers_lastname'], $email_customer['customers_email_address'], 'SUBJECT HERE', 'BODY TEXT HERE', STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); Thanks, Warren Quote Link to comment Share on other sites More sharing options...
Waza04 Posted April 16, 2003 Author Share Posted April 16, 2003 Anybody? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.