Version: 10.2.1c and 10.2.1c SP3 |
Responder Overview > Optional Functionality > Web Server > Miscellaneous > Email Notification |
This configuration allows you to set up email notification for forgotten passwords. If a user forgets his password but answers his security question correctly, his password may be emailed to him. For this functionality to work, you must designate an SMTP server.
Copy Code
|
|
---|---|
<system.net> <mailSettings> <smtp from="Responder Admin <email@not.set>"> <network defaultCredentials="true" host="206.247.171.150" password="" userName=""/> </smtp> </mailSettings> </system.net> |