Email Notification

This configuration allows you to set up email notification for forgotten passwords. If you forget password but answer the security question correctly, your password may be emailed to you. 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.
    <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, type a password and username in the <network> tag.
  5. Save and close Web.config.
QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?