How to send email over SSL and Indy in Delphi 7

I want to send an email to Yahoo using Indy. But Yahoo uses port 465 with an SSL connection. I do not know how to implement this in my program. I read about the TIdSSLIOHandlerSocketOpenSSL component on the Internet, but could not find such a component in Delphi 7. Can anyone help?

+3
source share
2 answers

I found that the Synapse library is much easier to use. Take a look at the sample code that I use: How to use SMTP with TLS

+3
source

Delphi 6/7 TIdSSLIOHandlerSocket. Indy 8/9. - Open SSL. , Indy 10.

+2

Source: https://habr.com/ru/post/1724072/


All Articles