Jump to content

Helge Larsen

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Helge Larsen

    How to save send SMTP mail to .eml file

    May be Indy supports TLS 1.2 but it still cant connect to Microsoft Office365 SMTP server. May be its something in the other parts of OpenSSL 1.0.2u that does not work. ICS supports OpenSSL 3.0.1 that can connect to Microsoft Office365 SMTP server.
  2. Hello Have just converted an older legacy system from using Indy TIdSMTP to ICS TSslSmtpCli component, after Microsoft changed the security requirement to minimum TLS1.2. The old system was mostly sequentialy, so we had to do some rewriting to use the async model, but that is now handled fine. We can now send emails using smtp.office365.com with no problems. In our old system we used to save the send email to a .eml file, that could be opens in outlook. This was done in the Indy MailMessage component with the SaveToFile method. How can we do the same in the ICS TSslSmtpCli component?
×