Mail Settings

Discussion in 'HTML / PHP / JavaScript / CSS' started by AllenAckerman, Nov 21, 2008.

  1. Hi,


    I am new to Discount ASP.Net. I am configuring an application. I want to set up the mail settings in my web. config file. Pleas ehelp me in identifying these settings.



    smtp from:

    network host:

    userName:

    password:





    <smtp from='smtp.ihaveareq.com'>
    <network host='localhost' port='25' userName='[email protected]' password='xxxxx' defaultCredentials='false'/>
    </smtp>





    PLease treat this as urgent. Thanks in Adavance.



    Regards,

    Allen
     
  2. Because your application is running on one of our servers already, there is no need to authenticate to use localhost.
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    then you need to supply the proper SMTP authentication.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. What happens if I am developing on my local machine?

    Will
     

Share This Page