[twsocket] [tsyncsmtpcli] Problem sending email to Exchange 2000 server

2005-09-19 Thread Pete Williams
might be able to send, and TSyncSMTPCli might not? There are no errors reported by ICS. If anyone can help I'd be grateful. Pete Williams. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http

Re: [twsocket] [tsyncsmtpcli] Problem sending email to Exchange2000 server

2005-09-19 Thread Pete Williams
mimicking OE by forging the message's headers to look like Outlook Express' and see if that helps. dZ. On Sep 19, 2005, at 06:23, Pete Williams wrote: Hi (Before saying this is a server problem, read the whole message, as it's got us confused) Our ICS-based email app (using

Re: [twsocket] [tsyncsmtpcli] Problem sending email to Exchange2000server

2005-09-19 Thread Pete Williams
] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: Pete Williams [EMAIL PROTECTED] To: twsocket@elists.org Sent: Monday, September 19, 2005 12:23 PM Subject: [twsocket] [tsyncsmtpcli

Re: [twsocket] [tsyncsmtpcli] Problem sending email to Exchange2000server

2005-09-19 Thread Pete Williams
Hi Are you absolutely sure? We get customers emailing us all the time saying Outlook works fine We get that too from our customers. Outlook Express and Outlook are quite different. We are using OE as the tester. Exchange is a beast with way to many stupid settings. I'll second that! Maybe

Re: [twsocket] [tsyncsmtpcli] Problem sending email toExchange2000server

2005-09-19 Thread Pete Williams
Hi No, it is *not* using IMAP4 - it's Outlook Express (not Outlook) we're using. They have the same name but are quite different. However, we will get a non-MS email client like pheonix tried out tomorrow. I'll post on my findings. Pete. - Original Message - From: Francois PIETTE

Re: [twsocket] [tsyncsmtpcli] Problem sending emailtoExchange2000server

2005-10-05 Thread Pete Williams
/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: Pete Williams [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday

Re: [twsocket] 10054 Connection reset by peer while sending dataTSmtpCli

2007-01-22 Thread Pete Williams
Some servers have a limit on the size of email message that they will accept - this is something I've personally encountered before. It's an anti-spam, security measure. Try sending using Outlook Express and see if it gets through. - Original Message - From: Arno Garrels [EMAIL

[twsocket] TWSocket component within DLL

2007-11-24 Thread Pete Williams
Hi I hope someone can help me. I'm trying to use TWSocket to listen for incoming data and display it on a console. TWSocket is initialised and used within a Delphi DLL. The problem I have is that I initialise the TWSocket component, but none of the events fire to tell me about the incoming

Re: [twsocket] I need some help understanding TWsocket states

2007-11-28 Thread Pete Williams
, November 26, 2007, 18:58, Pete Williams wrote: Hello again I'm trying to write a very simple client/server socket application using TWSocket. However, I think I may not understand the use of states correctly. What I want is for the client to connect to the server, send some

Re: [twsocket] I need some help understanding TWsocket states

2007-11-28 Thread Pete Williams
I don't mind checking simple stuff. I'm desperate, as I have a deadline for Saturday! It is definately connected hooked-up. Nothing is over-writing it. [EMAIL PROTECTED] wrote: Hello: This may sound stupid, but could you verify that the OnSessionAvailable event is actually wired

[twsocket] Using lots of TSmtpCli in a single application

2009-08-16 Thread Pete Williams
Hi I've used ICS components for a while now and had great results. I have something new to do and wanted some advice before starting a new project. Previously my app used a single TSmtpCli and this all worked fine. Now however I have to send mail on behalf of lots of accounts and the number

Re: [twsocket] Using lots of TSmtpCli in a single application

2009-08-17 Thread Pete Williams
Thanks for all the messages! Some useful things for me to know. My question wasn't about email volume as such, but simply about having lots of TSmtpCli components active at any one time, even if they are not doing anything. The application I'm working on is 9 years old, has many thousands of

Re: [twsocket] Using lots of TSmtpCli in a single application

2009-08-17 Thread Pete Williams
This is a really useful thing for me to know, thanks for posting this. This is the correct way of handling. As per the RFC, error codes win the 400 range are transient errors, meaning that they are temporary, and the sender should retry eventually; while codes in the 500 range are

[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

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, but nothing bigger. The SMTP server does not report any error

Re: [twsocket] Problem sending larger attachments

2009-08-23 Thread Pete Williams
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, but nothing bigger. The SMTP server does not report any error - the email just does

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, Yes - absolutely the same attachments

Re: [twsocket] Problem sending larger attachments

2009-08-24 Thread Pete Williams
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 event handler OnDisplay first, otherwise it took ages

Re: [twsocket] RESOLVED:: Problem sending larger attachments

2009-08-27 Thread Pete Williams
. I'll make sure my message pump code is OK from here onwards. Thanks a lot, Pete From: arno.garr...@gmx.de To: twsocket@elists.org Date: Thu, 27 Aug 2009 08:41:12 +0200 Subject: Re: [twsocket] Problem sending larger attachments Pete Williams wrote: I'll post the code tomorrow

[twsocket] I keep tripping the same POP3 Client Exception

2009-10-01 Thread Pete Williams
Hi In response to a 'Stat' command, TPOP3Cli sometimes raises this exception: procedure TCustomPop3Cli.StartTransaction( OpCode : String; Params : String; RqType : TPop3Request; NextState : TPop3ProtocolState; { Next protocol state in case of success}

[twsocket] Correct shutdown/abort procedure

2010-05-13 Thread Pete Williams
Hi all I use TsmtpCli and TPop3Cli, and am not shutting these down correctly, and would like some advice on how to stop these components. Here's the problem. These components work reliably on a thread where there are many other such components, reading and writing user email. Each account

Re: [twsocket] Correct shutdown/abort procedure

2010-05-13 Thread Pete Williams
shutdown/abort procedure Pete Williams wrote: At any point, an account may be requested to stop. What is the correct way to say to these 2 components 'stop whatever you are doing, clean up and quit'? The thread that the components exist in continues to run. The problem I have