Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Sep : idSMTP: Software caused connection abort
| Subject: | idSMTP: Software caused connection abort |
| Posted by: | "Henrik Andersson" (lhg.anderss..@gmail.com) |
| Date: | Thu, 21 Sep 2006 13:11:28 |
Hi
When a TidSMTP component on a form, and add a button with this code:
IdSMTP1.host := myservet;
IdSMTP1.Port := 25;
IdSMTP1.AuthType := atNone;
IdSMTP1.Connect;
I get:
Socket Error # 10053
Software caused connection abort.
Why is this?
I tried turning off the firewall.
Using Indy 10 and Delphi 2006.