Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

customers don't want welcome emails


whereditgo

Recommended Posts

Posted

How do I stop the emails that are automatically sent when a new customer creates an account.

 

Thanks,

Cyndi

Is it reality or just a dream, for some there is no difference.

Posted

In create_account.php around line 246 look for this code:

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

...and change it to this:

// tep_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

Archived

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

×
×
  • Create New...