SMTP Settings

Discussion in 'ASP.NET / ASP.NET Core' started by boulder_bum, Apr 16, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have a forums site that I want to use e-mail authentication, but I'm not sure about the configuration settings. Particualarly I'd like to find out 1. if I need to use SMTP authentication, and 2. what credentials I should use if so. I had NO authentication previously and recieved a couple of e-mails at first, but since switching to e-mail authentication and requesting a changed password, I've come up empty.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    You do not need to configure your app to use SMTP Auth. Just make sure you point SMTP Server to localhost

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
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