[twsocket] Do you see this error in BCBXE projects?

2011-02-23 Thread Fastream Technologies
Hello, http://www.fastream.com/ics/ICSXEError.png I have just installed BCB-XE trial. ICS-runtime package installed well but our project does not compile, complaining for ICSUtils.hpp. Any solution? Best Regards, SubZero -- To unsubscribe or change your settings for TWSocket mailing list pleas

Re: [twsocket] SSL send emai using gmail?

2011-02-23 Thread Antol
Hello Arno, Is it possible to prevent SMTP component from hanging? I mean, when something goes wrong, for example I set port 465 and STARTTLS, the component hangs and even after I call smtp.abort and then try to do something new with it, there appears a window that says "SMTP componen

Re: [twsocket] SSL send emai using gmail?

2011-02-23 Thread Antol
Hello Arno, Thursday, February 24, 2011, 9:17:46 AM, you wrote: AG> One is enough, and it's only required if the component actually uses SSL. Thanks. By the way, maybe it will be interesting to other users, I made some tests with smtp.gmail.com: Google states this: Port for TLS/STARTTLS: 587

Re: [twsocket] SSL send emai using gmail?

2011-02-23 Thread Arno Garrels
Antol wrote: > Hello Arno, > > Wednesday, February 23, 2011, 9:02:02 PM, you wrote: > >> You have to assign a TSslContext object to the SslContext property of >> a SSL-enabled ICS component. The easiest way is to drop a TSslSmtpCli >> and a TSslContext on the from and assign the SslContext in Obj

Re: [twsocket] SSL send emai using gmail?

2011-02-23 Thread Antol
Hello Arno, Wednesday, February 23, 2011, 9:02:02 PM, you wrote: AG> You have to assign a TSslContext object to the SslContext property of AG> a SSL-enabled ICS component. The easiest way is to drop a TSslSmtpCli AG> and a TSslContext on the from and assign the SslContext in Object AG> Inspector.

Re: [twsocket] SSL send emai using gmail?

2011-02-23 Thread Arno Garrels
Antol wrote: > I'm trying the second way because port 25 seems to be blocked by > my > ISP. I made OverbyteIcsSslMailSnd.exe send mails from google server, > but now my task is to replace old smtpcli with sslsmtpcli with as > little pain as possible. I made it work with my ordinary ma

Re: [twsocket] SSL send emai using gmail?

2011-02-23 Thread Antol
Hello Arno, Tuesday, February 22, 2011, 3:42:39 PM, you wrote: >>> Host: smtp.googlemail.com / or smtp.gmail.com >>> Port: 25 >>> SSL-Type: Explicit >>> User: >>> Password: <...> >>> AuthType: Login //! >>> >>> Or: >>> >>> Host: smtp.googlemail.com / or smtp.gmail.com >>> Port: 465 >>> SSL-Ty