Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Which file is used for sending created account emails, after create_account.php is invoked and completed?


autopsy

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...