Re: [twsocket] SSL send emai using gmail?

2011-02-25 Thread Arno Garrels
Antol, Hello Arno, Mayby it depends on the OC. I use Windows 7. I could also make it with the demo. Probably there are situations when abort doesn't work and the next command used with the component causes this error. See attach. I still cannot reproduce this issue, also tested on Win 7.

Re: [twsocket] SSL send emai using gmail?

2011-02-24 Thread Arno Garrels
Antol wrote: 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

Re: [twsocket] SSL send emai using gmail?

2011-02-24 Thread Antol
Hello Arno, Mayby it depends on the OC. I use Windows 7. I could also make it with the demo. Probably there are situations when abort doesn't work and the next command used with the component causes this error. See attach. PS: attach is not allowed here, so I uploaded screenshot here: a

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: your email address at gmail Password: ... AuthType: Login //! Or: Host: smtp.googlemail.com / or smtp.gmail.com Port: 465 SSL-Type:

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 mail

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: 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 Object

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

[twsocket] SSL send emai using gmail?

2011-02-22 Thread Antol
Hello , Anyone has any idea how to make OverbyteIcsSslMailSnd.exe send mails through smtp.gmail.com? Whatever I try there, it just doesn't send. What parameters and buttons order should be used? -- Best regards, Antol mailto:spama...@mail.ru -- To unsubscribe or

Re: [twsocket] SSL send emai using gmail?

2011-02-22 Thread Arno Garrels
Antol wrote: Hello , Anyone has any idea how to make OverbyteIcsSslMailSnd.exe send mails through smtp.gmail.com? Whatever I try there, it just doesn't send. What parameters and buttons order should be used? Either: Host: smtp.googlemail.com / or smtp.gmail.com Port: 25 SSL-Type:

Re: [twsocket] SSL send emai using gmail?

2011-02-22 Thread Angus Robertson - Magenta Systems Ltd
Anyone has any idea how to make OverbyteIcsSslMailSnd.exe send mails through smtp.gmail.com? Goggle only support SSL, so you must use a mail demo supporting SSL. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] SSL send emai using gmail?

2011-02-22 Thread Arno Garrels
Arno Garrels wrote: Antol wrote: Hello , Anyone has any idea how to make OverbyteIcsSslMailSnd.exe send mails through smtp.gmail.com? Whatever I try there, it just doesn't send. What parameters and buttons order should be used? Either: Host: smtp.googlemail.com / or

Re: [twsocket] SSL send emai using gmail?

2011-02-22 Thread Arno Garrels
Arno Garrels wrote: Arno Garrels wrote: Antol wrote: Hello , Anyone has any idea how to make OverbyteIcsSslMailSnd.exe send mails through smtp.gmail.com? Whatever I try there, it just doesn't send. What parameters and buttons order should be used? Either: Host:

Re: [twsocket] SSL send emai using gmail?

2011-02-22 Thread Zvone
A kind of related note - if you are downloading mail from Gmail (using POP3) Gmail does not behave as usual servers where you issue RETR command and deletes message only after you issue DELE command but instead it uses settings from Gmail account and seems to ignore DELE command completely. If you

Re: [twsocket] SSL send emai using gmail?

2011-02-22 Thread Antol
Hello Arno, Tuesday, February 22, 2011, 3:42:39 PM, you wrote: Ah forgot the button-sequence on the left. Connect | Ehlo | StartTLS | Ehlo | Auth |..as usual It says: RequestDone Rq=0 Error=SSL Handshake failed EIcsSsleayException File not found: SSLEAY32.DLL It seems that I don't have

Re: [twsocket] SSL send emai using gmail?

2011-02-22 Thread Zvone
See: http://wiki.overbyte.be/wiki/index.php/ICS_Download -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] SSL send emai using gmail?

2011-02-22 Thread Antol
Hello Zvone, Thanks all, finally it works! Tuesday, February 22, 2011, 4:28:23 PM, you wrote: Z See: Z http://wiki.overbyte.be/wiki/index.php/ICS_Download -- Best regards, Antolmailto:spama...@mail.ru -- To unsubscribe or change your settings for TWSocket