I want to send email to Yahoo mail using Indy. But Yahoo uses 465 port with SSL connection. I don't know how to implement that in my program. I have read about TIdSSLIOHandlerSocketOpenSSL component on internet, but couldn't find such component in Delphi 7. Can anyone help?
+2
A:
In Delphi 6/7 the component was called TIdSSLIOHandlerSocket
. This was Indy 8/9. It still uses Open SSL. I don't know why they changed the name in Indy 10.
_J_
2009-11-27 08:54:01
Because the SSL IOHandler architecture changed in Indy 10 to allow custom descendants, so the name of the native component had to change accordingly as well.
Remy Lebeau - TeamB
2009-12-18 20:00:11
+3
A:
I have found that Synapse library is much easier to use. Look at the code example I use: How To Use SMTP with TLS
Michał Niklas
2009-11-27 08:59:45