Guest Posted February 16, 2006 Posted February 16, 2006 Hi, I have installed this contribution but am having trouble figuring out how to adjust the layout of the email sent to the customer afterwards. Currently it does this: ------------------------ Your username is: Testy McTestalot Your password is: nGs3F I need to get it to look like this: -------------------------- Your username is: Testy McTestalot Your password is: nGs3F Here is my code where I think I need to edit: ----------------------------- $email_text .= EMAIL_WELCOME . EMAIL_USERNAME . EMAIL_PASSWORD . stripslashes($new_password) . "\n\n" . EMAIL_TEXT . EMAIL_CONTACT; // Signup_Confirm_Emailrevision Ende tep_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); Are there any other places where the email to the new user might be generated? I cannot figure this one out for the life of me Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.