| Posted: 16 January 2010 at 10:59am | IP Logged
|
|
|
If you attempt to connect to a Non SMTP port, e.g. the TLS port of Gmail (smtp.gmail.com on port 465), the component never times out the connection.
Therefore, I believe that there either needs to:
a) Implement a ConnectionTimeout setting that expires if the server does not get the 220 response from the SMTP server
or
b) The overall connection timeout that exists should disconnect if the 220 is not received.
personally, I believe that (a) should be impelemented. This is the way most client / server interactions are managed and indeed other SMTP components also function.
|