Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 May : Indy 9 SMTP with Attachment locks..

www.cryer.info
Managed Newsgroup Archive

Indy 9 SMTP with Attachment locks..

Subject:Indy 9 SMTP with Attachment locks..
Posted by:"Craig" (firebirdwebg..@hotmail.com)
Date:Mon, 14 May 2007 21:04:06

Hi,
Ive got an app in a thread (using indy ver 9) that sends an Email with
Attachment.. (My attachment is about 350k)


Im using

SMTP: TIDSMTP;
MailMessage: TIdmessage;
Attachment : TIdAttachment


1. This app works great on some machines, but not one the one that it needs
to run on..
2. All are running win2k, latest service packs.
3. I can send an email with large attach, with Outlook express with no
problem
4. If I eliminate the attachment, it works fine or do a small attachment It
works fine.

It connects fine, authenticates, but when I send the message, it takes
forever then I finally get "reset by peer" 10054 error..

Weird, cuz it works perfect on other machines. In fact, its code Ive used
forever.. the only diff is that this attach is larger.
Ive tried reseting the router. Ive tried changing the encoding.. Im not sure
where to go. I have not tried version 10 as everyone says is bad news.

Any ideas?

Replies:

www.cryer.info
Managed Newsgroup Archive