Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Easiest way to not send "welcome" e-mail?


zooshx

Recommended Posts

Posted

Hi everyone,

 

What is the easiest way to not send the "welcome to the store by become a member you can enjoy blah blah blah" e-mail? I don't want any e-mail to send at all when a customer registers ...

 

Thanks in advance.

Posted

oh just to check ... will this make it so the 'thanks for joining' e-mail isn't sent, but the order update/checkout e-mails ARE still sent?

 

thanks

Posted

If that doesn't work, look in your create_account.php for this code:

 

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

Change it to this:

 

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

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...