SMPT and Smart Mail

Discussion in 'Email' started by Jrmno1, Sep 18, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Ok, so how do I send EMail to a smart mail account through my website using smtp. I am using exist .NET 2.0 code that works with non Smart Mail.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    I am lost!!


    Can you provide us more detail? Do you get error?


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. I setup an EMail Account using the Smart Mail server.

    Then from a contact form written in C# .NET 2.0. System.Net.MailAssembly. I try EMailing using SMTPto the EMail Account. It comes back tells me to try again in 900 ms. The very same code works fine on other Discount ASP Site that I work with that do not use Smart Mail. I tried using a thread to wait the required time. But this is unaccectable to the client and appears to be unreliable method.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    Are you setting the SMTP host on your application to "Localhost"? If not, set it to localhost should fix the problem


    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