Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

modifying email message after account creation


pederson21

Recommended Posts

Does anybody know where I can modify the email message that gets sent to my users when they sign up for an account? In fact can I get rid of this feature all together?

Thanks,

 

Josh

To edit the email itself, you'll want to look in the includes/languages/english/create_account.php file I believe... If you want to get rid of it altogether, you can look in the create_account.php file in the catalog root directory, and just comment out the code where it constructs and sends off the email...

 

Richard.

Richard Lindsey

Link to comment
Share on other sites

To remove, you have to edit the create_account.php

 

Look for a function called "mail"

Comment out that line and all of the conditions with it

 

I beleive it is create_account.php

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...