We have a website where users enter passwords. It has a mailto: link that has the user send a request for their password. I would like to add the ability to say "request lost password using your email address". Is the best way to do this:
1. Setup a rule with the account that receive these emails to look for a subject of Request for lost password or something like that.
2. The rule runs a script that I create that pulls the email address from the above email, queries it against our database, and sends that email a message with their lost password.
Is that how it's done? Thanks.
1. Setup a rule with the account that receive these emails to look for a subject of Request for lost password or something like that.
2. The rule runs a script that I create that pulls the email address from the above email, queries it against our database, and sends that email a message with their lost password.
Is that how it's done? Thanks.