Re: [twsocket] SMTP Component not ready

2008-01-07 Thread DZ-Jay
On Jan 7, 2008, at 20:06, Jonathan M. Freedman wrote: > smtpCaribou->Host = "[EMAIL PROTECTED]" ; > smtpCaribou->Port = 25 ; > smtpCaribou->Connect() ; > > and get a smtp component not ready error message. Are you sure you get the error on the Connect() call, or on a subsequent method call? Ke

Re: [twsocket] SMTP Component not ready

2008-01-07 Thread Hoby Smith
: Monday, January 07, 2008 7:06 PM To: twsocket@elists.org Subject: Re: [twsocket] SMTP Component not ready Dear List: I write this code: smtpCaribou->Host = "[EMAIL PROTECTED]" ; smtpCaribou->Port = 25 ; smtpCaribou->Connect() ; and get a smtp component not ready error mess

Re: [twsocket] SMTP Component not ready

2008-01-07 Thread Jonathan M. Freedman
Dear List: I write this code: smtpCaribou->Host = "[EMAIL PROTECTED]" ; smtpCaribou->Port = 25 ; smtpCaribou->Connect() ; and get a smtp component not ready error message. Question...i don't think I need a twsocket connection first or do i? The server is a timewarner company server. I am a su

[twsocket] Smtp component not ready

2008-01-06 Thread Wilfried Mestdagh
Hello Jonathan, I don't understeand the first part of your mail, but the 'smtp component not ready' is because it is probably already busy with a request. All functions are async and return immediatly while the component will to the job in background. So while it is busy yuu cannot do another requ