datawebuk Posted June 6, 2008 Posted June 6, 2008 I am setting up eticket for support requests and I need the contactus.php to send the email to the support email address and not the store owner email. I can't just change the store owner email in configuration to the support address because I still want to receive store owner emails for things like 'new account opened'. Simply put, I'd like to hard-code an email address as the recipient for contactus.php form.
Guest Posted June 6, 2008 Posted June 6, 2008 I am setting up eticket for support requests and I need the contactus.php to send the email to the support email address and not the store owner email. I can't just change the store owner email in configuration to the support address because I still want to receive store owner emails for things like 'new account opened'. Simply put, I'd like to hard-code an email address as the recipient for contactus.php form. Have a look at the add on Super Contact Us Enhancement
datawebuk Posted June 6, 2008 Author Posted June 6, 2008 Have a look at the add on Super Contact Us Enhancement Thanks for the fast reply Coopco.......Unfortunately that contrib. does much more than I need.......I don't want the customer to have any choices about who to send to. I need contactus.php to email to the support email address instead of the store owner email from the store configuration. I can't seem to work out where contactus.php picks up the email address to use when submitting the form.
Jack_mcs Posted June 6, 2008 Posted June 6, 2008 Look for the tep_mail code in contact_us.php. You'll need to change the STORE_OWNER_EMAIL_ADDRESS to 'addres@someplace'. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
datawebuk Posted June 6, 2008 Author Posted June 6, 2008 Look for the tep_mail code in contact_us.php. You'll need to change the STORE_OWNER_EMAIL_ADDRESS to 'addres@someplace'. Jack Thanks Jack, that's done it!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.