Re: [twsocket] Problem sending larger attachments

2009-08-26 Thread Arno Garrels
Pete Williams wrote: > I'll post the code tomorrow, but before then... > > - The RTC component is on a TDataModule, which is created in the > Execute() method of the thread in which it runs. > - The Connect method is called from the same thread as it's > constructor, I'm not mixing threads. You

Re: [twsocket] Problem sending larger attachments

2009-08-26 Thread Pete Williams
x27;s OK to put this component on a data module? Thanks, > From: arno.garr...@gmx.de > To: twsocket@elists.org > Date: Wed, 26 Aug 2009 21:09:12 +0200 > Subject: Re: [twsocket] Problem sending larger attachments > > Pete Williams wrote: > > Hi Arno > > > > One

Re: [twsocket] Problem sending larger attachments

2009-08-26 Thread Arno Garrels
Pete Williams wrote: > Hi Arno > > One other thing: > > - The ICS code is running in a COM component that is running within a > Server powered by RTC (realthinclient.com). > - RTC does an awful lot of similar things to ICS (uses winsock etc), > except that it does not have an SMTP component. >

Re: [twsocket] Problem sending larger attachments

2009-08-26 Thread Pete Williams
Damn, all the formatting disappeared. If you want me to post as an attachment let me know. > From: pxc...@hotmail.com > To: twsocket@elists.org > Date: Wed, 26 Aug 2009 18:02:42 + > Subject: Re: [twsocket] Problem sending larger attachments > > > Hi Arno

Re: [twsocket] Problem sending larger attachments

2009-08-26 Thread Pete Williams
Hi Arno One other thing: - The ICS code is running in a COM component that is running within a Server powered by RTC (realthinclient.com). - RTC does an awful lot of similar things to ICS (uses winsock etc), except that it does not have an SMTP component. - Is it possible that ICS and RTC are

Re: [twsocket] Problem sending larger attachments

2009-08-26 Thread Arno Garrels
Pete Williams wrote: > Hi > > I Have some more information about this. > > I'm using D4 (not D2009 as I posted before, it had been a long day. > > Here's a recap, and some debug info: > > - MailSnd words just fine in D4 and has no problem > - Unlike mailsnd, my app is running in a thread. The t

Re: [twsocket] Problem sending larger attachments

2009-08-26 Thread Pete Williams
///UE1HTC0A .. > gqmPu36lHuPEgwEMPCXoZx3HCmSMgv6Fj+giLelUyi1sYJh5k8KdGO7yh8wCo1VntMUxYa97 > C16+TcQnXylMFvV8C0H56yTjka1mNsjayvC0a9tHHTvLJnlNrC1sDpmiZ1/2nIi48YgB1bIX > eH0hdXRZEkBhwHi58XVaM5sqGAkl/6028Kgi2OQVybTyoQOiEjUtrYMbrzOuaCV6mIIgWvBQ >

Re: [twsocket] Problem sending larger attachments

2009-08-24 Thread Arno Garrels
Pete Williams wrote: > Here's a funny thing - without a handler on OnDisplay nothing gets > sent at all. Even small files. > > I found I had to have a Sleep(5) instruction in there, otherwise > nothing gets sent. In latest v7 MailSnd demo? It has been tested many many times with Delphi 7-2009.

Re: [twsocket] Problem sending larger attachments

2009-08-24 Thread Pete Williams
@elists.org > Date: Mon, 24 Aug 2009 12:37:38 +0200 > Subject: Re: [twsocket] Problem sending larger attachments > > Pete Williams wrote: > > > Let me try these things & then report back. > > When you test (big) file attachments with MailSnd demo > unassign eve

Re: [twsocket] Problem sending larger attachments

2009-08-24 Thread Arno Garrels
Pete Williams wrote: > Let me try these things & then report back. When you test (big) file attachments with MailSnd demo unassign event handler OnDisplay first, otherwise it took ages. -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://l

Re: [twsocket] Problem sending larger attachments

2009-08-23 Thread Pete Williams
Thanks a lot Let me try these things & then report back. > From: arno.garr...@gmx.de > To: twsocket@elists.org > Date: Sun, 23 Aug 2009 16:20:11 +0200 > Subject: Re: [twsocket] Problem sending larger attachments > > Pete Williams wrote: > > Hi there > > Hi,

Re: [twsocket] Problem sending larger attachments

2009-08-23 Thread Arno Garrels
> And I'm really just sending the email to my hotmail account, and to > my own POP3 account on the same server. > >> From: arno.garr...@gmx.de >> To: twsocket@elists.org >> Date: Sun, 23 Aug 2009 11:39:29 +0200 >> Subject: Re: [twsocket] Problem sending large

Re: [twsocket] Problem sending larger attachments

2009-08-23 Thread Pete Williams
twsocket] Problem sending larger attachments > > Pete Williams wrote: > > Hi > > > > Any ideas how I solve or problem solve this? > > > > Using Thunderbird I can send 5MB+ emails to myself. > > > > Using TSMTPCli I can send something like 1.5MB,

Re: [twsocket] Problem sending larger attachments

2009-08-23 Thread Pete Williams
0200 > Subject: Re: [twsocket] Problem sending larger attachments > > Pete Williams wrote: > > Hi > > > > Any ideas how I solve or problem solve this? > > > > Using Thunderbird I can send 5MB+ emails to myself. > > > > Using TSMTPCli I can send s

Re: [twsocket] Problem sending larger attachments

2009-08-23 Thread Arno Garrels
Pete Williams wrote: > Hi > > Any ideas how I solve or problem solve this? > > Using Thunderbird I can send 5MB+ emails to myself. > > Using TSMTPCli I can send something like 1.5MB, but nothing bigger. > The SMTP server does not report any error - the email just does not > arrive. Are you se

[twsocket] Problem sending larger attachments

2009-08-23 Thread Pete Williams
Hi Any ideas how I solve or problem solve this? Using Thunderbird I can send 5MB+ emails to myself. Using TSMTPCli I can send something like 1.5MB, but nothing bigger. The SMTP server does not report any error - the email just does not arrive. Any ideas why this would be? The SMTP server is t