question to send a new tempo password to your email.
for this automatic email sending you will need
to add SMTP information in <system.net> in your
web.config as shown below -
<system.net>
<mailSettings>
<smtp from="This email address is being protected from spambots. You need JavaScript enabled to view it.">
<network host="relay-hosting.secureserver.net"/>
</smtp>
</mailSettings>
</system.net>
you may need change of the parameters according to
your hosting server's requirement.