Search code examples
delphiemailsslsmtpindy

How to send email via SSL and Indy in Delphi 7


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?


Solution

  • I have found that Synapse library is much easier to use. Look at the code example I use: How To Use SMTP with TLS