Sending email from .NET Application without using localhost

Discussion in 'ASP.NET 2.0' started by seferan, Sep 20, 2007.

  1. Is there a way I can send email from my application while I'm debugging it on my local computer? I know that the prefered way to send email is by connecting to 'localhost', but when I'm developing on my computer I would need to connect remotely.


    Thanks
     
  2. If you have IIS installed on your Dev machine,you can configure and use the windows SMTP service for that purpose.
    See instructions here for Windows Server 2003

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page