Smart Grid Applications Overview > Responder Overview > Optional Configurations > Web Server > Miscellaneous > Email Notification |
Version: 10.1 |
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> |