I am also looking at the best way to do this. I'd like to add the customer's email address that they used to register included in the welcome email. I can achieve this using the $EMAIL_TO_ADDRESS in the html template to achieve this welcome email:
The problem is that because I've used the html template file (email_template_welcome.html) to achieve this, it doesn't seem to flow through to the plain text email version.
Is there a way that I can call the customer's email address so that it can be used in the create_account.php file in the same way that STORE_NAME and EMAIL_FROM can be used.
Thanks for any and all suggestions :)




