I am hosting a site on DSAP. How do I enable SMTP for password recovery?

Discussion in 'ASP.NET 2.0' started by factoryman, May 18, 2007.

  1. and to send emails?

    I know I need to edit the web.config of my domain.

    Where will I get the settings. Looked at KB here at DSAP. Found None.

    Anybody?

    factoryman
     
  2. I'm trying to do this as well. Unfortunately that KB article doesn't tell you what changes to make in your web.config to enable automatic password recovery through the .NET passwordRecovery tool. Does anyone know what the settings should be in web.config for this section?

    <system.net>
    <mailSettings>
    <smtp from="admin@yourdomain" >
    <network host=""userName="" password="" port="" />
    </smtp>
    </mailSettings>
     

Share This Page