Keeping smtp connections open
Hi,
Is there anyway for one to keeping an smtp connection alive? Every mail I send via smtp sends a QUIT at the end which essentially close the connection on the smtp relay.
Thus when I send a new mail it has to re-establish a connection to the mail server every time, which can take some time.
Does anyone know how to stop the smtp transport client from not sending the quit command prematurely? or a way for the smtp client to use an open connection?

