whereditgo Posted January 12, 2005 Posted January 12, 2005 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.
Guest Posted January 12, 2005 Posted January 12, 2005 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);
whereditgo Posted January 12, 2005 Author Posted January 12, 2005 Thanks so much, works like a charm. Cyndi Is it reality or just a dream, for some there is no difference.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.