hi
how can i turn off the welcome email message that customers receive after they register?
thanks
hi
how can i turn off the welcome email message that customers receive after they register?
thanks
If you mean the one that you receive, it's in configuration/e-mail options/send copy of create account emails to - status. If you mean the one the customer receives, there is no way to turn if off from admin.
You can modify the code in file includes/modules/create_account.php line 403
change
to// send welcome email
zen_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_NAME, EMAIL_FROM, $html_msg, 'welcome');
aka comment the code// send welcome email
//zen_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_NAME, EMAIL_FROM, $html_msg, 'welcome');