Zip Component, Email Component, Encryption Component ActiveX Control for Zip Compression .NET Components for ASP.NET
ActiveX and .NET Components for Zip Compression, Encryption, Email, XML, S/MIME, HTML Email, Character Encoding, Digital Certificates, FTP, and more ASP Email ActiveX Component


Index of Chilkat Blog Posts

August 9, 2007

ISP Blocks after Sending N Consecutive Emails

Question:
I notice that I cannot send up to 20 consecutives email.
I doubt that my web provider block it or my outlook???
I would like to make sure that we do not have a special thing to do to send up to 20 consecutive emails.

Answer:
This blog post: http://www.chilkatsoft.com/p/p_176.asp
talks about SMTP connections. Oddly enough, it talks about minimizing SMTP connnections. However, in this case I think you want to specifically close and re-open the SMTP connection every N messages to satisfy your ISP’s restrictions. You can call the CloseSmtpConnection and OpenSmtpConnection methods to do it. Actually, you only need to call CloseSmtpConnection every N messages. The "open" happens automatically within SendEmail (or other methods) if the connection is not open…


Privacy Statement. Copyright 2000-2011 Chilkat Software, Inc. All rights reserved.
Send feedback to support@chilkatsoft.com

Components for Microsoft Windows XP, 2000, 2003 Server, Vista, Windows 7, and Windows 95/98/NT4.