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
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
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
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
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.
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
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