Configuring Responder/Smart Grid
Email Notification

Version: 10.1

Resource Center Home

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.

  1. Open the web.config file. Web.config is installed in: C:\Inetpub\wwwroot\Responder\Web.config.
  2. Browse to the <system.net> section and look for the <mailSettings> tag.
    Copy Code
    <system.net>
    
     <mailSettings>
    
     <smtp from="Responder Admin &lt;email@not.set&gt;">
    
     <network defaultCredentials="true" host="206.247.171.150" password="" userName=""/>
    
     </smtp>
    
     </mailSettings>
    
    </system.net>
    
           
    
  3. Use the <smtp from> tag to designate an email address from which the emails will originate.
  4. If your email server requires it, enter a password and user name in the <network> tag.
  5. Save and close Web.config.

 


Send Comment to documentation@schneider-electric.com