Magento – sending out a mass email to all customers

email

i am in the process of transfering all my customers over form my old site to my new magento site, i have been told that everythign will transfer but the passwords. So i want to send out a mass email to all my customers asking them to follow a link and rest their passwords.

How can i do this as i dont want to have to go into everyone customer profile and send them one that way as i have over 2000 customers??

Thank you

Best Answer

There is an actual way to retrieve passwords. You can use an observer on the "customer login" action, and check against their old password, if it matches, then you update their Magento password accordingly.

Related Topic