I have user information stored in a mysql database:
SELECT `password` FROM `label` WHERE `email`= 'me@mail.com'
I'm looking for a simple way to fill a form with an email address and automatically send an email to that person with the password, then bounce back to the signin page or give a 'your password has been sent to you' message.
Thanks
Start Free Trial