autopsy Posted May 5, 2007 Share Posted May 5, 2007 I searched the forum, I've only found a reference to admin/mail.php which to my knowledge is the administrator's email function setup for mass mailing customers or emailing a single customer, which mail functions are used in what file after an account is created, using create_account.php? Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 5, 2007 Share Posted May 5, 2007 It's done in the create_account.php file. 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 Link to comment Share on other sites More sharing options...
autopsy Posted May 5, 2007 Author Share Posted May 5, 2007 All I can find is this: $email_text .= EMAIL_WELCOME . EMAIL_TEXT . EMAIL_CONTACT . EMAIL_WARNING; tep_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); I don't see where tep_mail() is defined, I don't see where EMAIL_WELCOME or any of the other macros are defined either. Can you tell me where thse are defined? Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 5, 2007 Share Posted May 5, 2007 tep_mail is defined in includes/functions/general.php. The text, on any page, is defined in the languages directory. If you copy all of your files to your computer, which you should do for backup purposes anyway, you can do a search on the files to find just what you are looking for. 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 Link to comment Share on other sites More sharing options...
autopsy Posted May 5, 2007 Author Share Posted May 5, 2007 Thanks Jack.. I know exactly where you're talking about now. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.