I am trying to use OverbyteIcsSmtpProt.pas v8.68 from ICS 8.70
TSslHtmlSmtpCli class
Problem: OnGetData event never called in smtpPlainText mode
Looks like this happens because FMailMsgText.CurrentIdx=0 and FEmailBody.Count=0?
Tried to set MailMessage field and keep OnGetData:=nil - still mail body not sent (headers, from, to, everything else is fine, e-mail is sending but empty body)
In HTML mode TSslHtmlSmtpCli sends data (mail body) and calls OnGetData correctly but mail client (at least Thunderbird) shows empty mail body.
While TSslSmtpCli works fine as I see.
Any tips?