Jump to content



Latest News: (loading..)

jasyn

Member Since 02 Jul 2007
OFFLINE Last Active Nov 15 2012 04:03 AM
-----

Topics I've Started

How can I send a e-mail to the customer after they send a inquiry on contact us?

03 November 2012 - 09:48 PM

I'm trying to modify my contact us page so that it sends a e-mail to the customer saying that we will get back to them within 24 hours.

Going through the contact_us.php I figure I could add another tep_mail code to send the message, but how?

tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, EMAIL_SUBJECT, $enquiry, $name, $email_address);

The fields there are already in place.