Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I had created a ASP Login Page where I used Login Controls provided by .NET Framework.

Every control is working properly.

In Password Recovery:
I am sending the auto generated password to the folder which I had previously created in one of my System's drive.

But I want to implement the functionality in which an email is send to the user's original yahoo or gmail login id.

How should I implement this?
Please help.

Thanks in Advance.

Regards
Shweta:rose:
Posted
Comments
[no name] 23-May-12 11:31am    
You Should google it i am sure u will find something out of that.

for passward recovery u ask some questions which u have to ask at the time of register ,then ur password recovery system matches the provided information with ur stored value and if matched it gets u the Email Id of that person then send the passward(which u previously created in ur System drive.)string to that Email Id .
 
Share this answer
 
v3
Comments
ShwetaSaxena 25-Nov-10 23:57pm    
but i want to send the password to the original email id of the user...
Please red the question again......
Killzone DeathMan 23-May-12 11:37am    
read*
For this you have to enable your Systems SMTP or you can just use Free SMTP Servers to send mails to Users to their Email ID which was provided earlier or now based on your security measures.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900