Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

want to edit email that is sent to new sign-ups


Guest

Recommended Posts

Posted

i want edit the email that is sent to people when they first sign up. where do i find this file?

Posted

check the catalog\includes\languages\<language>\create_account.php

 

all the EMAIL_... defs.

Posted

thanks for that, but how can i see a sample of what is being sent!

Posted

open the catalog\create_account.php locate the tep_mail function right after it add one for you.

tep_mail($name, SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

Posted

so i would add:

 

tep_mail([email protected]);

 

straight after

 

 

tep_mail($name, SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

Posted

no just the line I posted after the existing tep_mail line in that file.

Posted

ok enigma, i have done that. thanks

 

one more thing how do i send the mail to myself now to check?

Posted

just create a new account it will be send automatically.

Archived

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

×
×
  • Create New...