Please inform me how to configure email setting in web config file:

Discussion in 'Databases' started by wAsp, Jan 13, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Nadh,
    I am trying to get the classifieds working , is your site working ?
    Are there any special steps ?
    I detached and uploaded the DB but can't get my site to work.
    any help will be greatly appreciated.
    thanks
    wasp.
     
  2. Sir </o:p>
    </o:p>
    Please inform me how to configure email setting in web config file:</o:p>
    </o:p>
    My development environment is ASP.Net 2005 &amp; SQL Server 2005.</o:p>
    </o:p>
    In my web application my email sending and forwarding is similar to Starter kit of Classifieds ads.</o:p>
    </o:p>
    In my discountasp.net Email Management </o:p>
    I created one </o:p>
    POP Account : </o:p>
    Username: [email protected]</o:p>
    Password: adminabc</o:p>
    Quata : 100 MB</o:p>
    </o:p>
    </o:p>
    In my web config file</o:p>
    </o:p>
    <mailSettings></o:p>
    <smtp></o:p>
    <network host="smtp.mydomine.com" </o:p>
    port="25" </o:p>
    defaultCredentials="true" </o:p>
    userName="[email protected]" </o:p>
    password="adminabc"/></o:p>
    </smtp></o:p>
    </o:p>
    </mailSettings></o:p>
    </o:p>
    Is it correct above code in web config file? Please explain </o:p>
    Thank you sir</o:p>
    Nadh </o:p>
     
  3. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page