I send some message to email as below:
string link = "http://localhost:1900/ResetPassword/?username=" + user.UserName + "&reset=" + HashResetParams( user.UserName, user.ProviderUserKey.ToString() );
email.Body = link;
This string was sent to email, but shown as string, not as link, I want send it as link to click.
Try this