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?