When customer register new account we have to send them a confirmation email, what my question is i need to send each customer confirmation email with attached their login email address and password that they created a while ago... so how can i get their password from my customer
table from field password
..?? i just want to echo this password
customer verification email page where i want....
<?php echo $password; ?>
any idea.? thanks...