Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Has Indy 9.0.18 IdSMTP effective support to SSL connections ?

439 views
Skip to first unread message

Jayme Jeffman Filho

unread,
Sep 13, 2005, 8:45:21 AM9/13/05
to
I wonder if Indy 9.0.18 IdSMTP has effective support to SSL SMTP
connections. I didn't succeed on making it connecting to the Google SMTP
server (smtp.gmail.com). I've made several different configurations and no
one has worked. Even using IdSSLIOHandler and IdSocksInfo.

I hope someone can point me valuable information on it.

Thanks to all of you.

Jayme.


Remy Lebeau (TeamB)

unread,
Sep 13, 2005, 12:42:17 PM9/13/05
to

"Jayme Jeffman Filho" <jaym...@jeffman.eng.br> wrote in message
news:4326c995$1...@newsgroups.borland.com...

> I wonder if Indy 9.0.18 IdSMTP has effective support
> to SSL SMTP connections.

It does not natively support that. Indy 10 does, though.

> I didn't succeed on making it connecting to the Google SMTP
> server (smtp.gmail.com). I've made several different configurations
> and no one has worked. Even using IdSSLIOHandler and IdSocksInfo.

TIdSocksInfo is not used for this.

TIdSSLIOHandler is not enough. There are actual commands that have to be
sent to the SMTP server as well to initiate the SSL connection. Namely the
STARTTLS command. You could try sending the command manually, though.


Gambit


coolb...@gmail.com

unread,
Sep 13, 2005, 8:30:31 PM9/13/05
to
Im also trying to connect Gmail using IdSMTP. it make connection with
server and stuck there, can you tell me exact order of sending
STARTTLS comannd with IdSMTP.

if you could place sample soure code that will be great.
TIA

Googie

unread,
Sep 15, 2005, 3:04:49 AM9/15/05
to
Remy Lebeau (TeamB) napisał(a):

> It does not natively support that. Indy 10 does, though.

By the way, where to expect announce of Indy 10 being ready for BCB?
Only homepage or some newsgroup?

--
Greetings!
Googie

coolb...@gmail.com

unread,
Sep 19, 2005, 11:43:18 PM9/19/05
to
I manage to send mail using gmail smtp server by using Indy 9 & BCB 6

hope this help you all you guys

IdSSLIOHandlerSocket1->SSLOptions->Method = sslvTLSv1;
IdSSLIOHandlerSocket1->PassThrough = True;
IdSMTP1->IOHandler = IdSSLIOHandlerSocket1;

IdSMTP1->Connect();
IdSMTP1->SendCmd("STARTTLS");
IdSSLIOHandlerSocket1->PassThrough = False;
IdSMTP1->Authenticate();

IdSMTP1->Send(IdMessage1);

IdSMTP1->Disconnect();

thats all ,

P.S
Make sure set username , password , smtp host and port ( use 25 not 465
)

tifaou...@gmail.com

unread,
Jul 8, 2020, 6:23:24 PM7/8/20
to

tifaou...@gmail.com

unread,
Jul 8, 2020, 6:28:12 PM7/8/20
to
Le mardi 13 septembre 2005 14:45:21 UTC+2, Jayme Jeffman Filho a écrit :

tifaou...@gmail.com

unread,
Jul 8, 2020, 6:28:32 PM7/8/20
to
Le mardi 13 septembre 2005 14:45:21 UTC+2, Jayme Jeffman Filho a écrit :
0 new messages