SMTP multple connections possible?

Discussion in 'Email' started by Awakensoul, Jan 29, 2013.

  1. Hi,

    We are a long time customer and we send hundreds of emails programatically through our insticc.org domain.

    The interface on our side for accomplishing this is a little on the slow side, as it has to wait for the connections to the smtp server to return ok, and then it can inform the user that the email were correctly sent.

    We were wondering if we can use threads and make multiple connections from the same account to your smtp server, so we could make this process faster.

    If so, what is the maximum number of connections we can make and is there any time span we have to wait?

    Thank you in advance.

    Regards, Helder.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Are you sending from within your webapplication?

    And how?
     
  3. Hi Bruce,

    We are sending from within the application using System.Net.SmtpClient.


    Regards, Helder.
     

Share This Page