Translate

Friday 18 April 2014

Recover password by e-mail in asp.net c#

Recover password by e-mail


Files:

1.web.config
2.PasswordRecovery.aspx
3.PasswordRecovery.txt

you might want to check your smtp mail server here:

http://www.werockyourweb.com/list-outgoing-smtp-mail-servers


web.config




PasswordRecovery.aspx




PasswordRecovery.txt

Hi &nbsp; <%UserName%>

You are receiving this email because you lost your Login details.<br/>


Your username:<b> <%UserName%></b>
Your password:<b> <%Password%></b>

if it was not you please contact the site admin immediately.

Thank you!


Post you might be interested in

Send email with asp.net c#
Auto generated password CreateUser Control 




No comments :