Guest Posted September 13, 2005 Share Posted September 13, 2005 i want edit the email that is sent to people when they first sign up. where do i find this file? Link to comment Share on other sites More sharing options...
Guest Posted September 13, 2005 Share Posted September 13, 2005 check the catalog\includes\languages\<language>\create_account.php all the EMAIL_... defs. Link to comment Share on other sites More sharing options...
Guest Posted September 16, 2005 Share Posted September 16, 2005 thanks for that, but how can i see a sample of what is being sent! Link to comment Share on other sites More sharing options...
Guest Posted September 16, 2005 Share Posted September 16, 2005 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); Link to comment Share on other sites More sharing options...
Guest Posted September 16, 2005 Share Posted September 16, 2005 so i would add: tep_mail(myemail@myemail.com); straight after tep_mail($name, SEND_EXTRA_ORDER_EMAILS_TO, EMAIL_TEXT_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); Link to comment Share on other sites More sharing options...
Guest Posted September 16, 2005 Share Posted September 16, 2005 no just the line I posted after the existing tep_mail line in that file. Link to comment Share on other sites More sharing options...
Guest Posted September 16, 2005 Share Posted September 16, 2005 oh sorry!! its late, thats my excuse! Link to comment Share on other sites More sharing options...
Guest Posted September 16, 2005 Share Posted September 16, 2005 ok enigma, i have done that. thanks one more thing how do i send the mail to myself now to check? Link to comment Share on other sites More sharing options...
Guest Posted September 16, 2005 Share Posted September 16, 2005 just create a new account it will be send automatically. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.