Re: [twsocket] Problems sending multiple E-Mails

2010-07-08 Thread Stefan Göppert
Hi, I got now the message SMTP component not connected after sending ca. 380 Mails. Where can I handle the connection? Because I do an smtp.connect on every mail?! Best regards, Stefan 2010/7/7 Arno Garrels arno.garr...@gmx.de: Stefan Göppert wrote: What do you mean with ...post a

Re: [twsocket] Problems sending multiple E-Mails

2010-07-08 Thread Arno Garrels
Hello Stefan, I got now the message SMTP component not connected after sending ca. 380 Mails. Where can I handle the connection? Because I do an smtp.connect on every mail?! Most likely you hit some server-side limit. In OnRequestDone check for errors (Error = 0) and property Connected as

Re: [twsocket] Problems sending multiple E-Mails

2010-07-07 Thread Stefan Göppert
Hi, and thanks for your fast reply. What do you mean with ...post a custom message and from its handler call sendMail. ? Best regards, Stefan 2010/7/7 Arno Garrels arno.garr...@gmx.de: Stefan Göppert wrote: Hi, I try to send multiple E-Mails (single Mails, one after another). After a