I found this code somewhere on Appeon website to initiate SMTP from PowerBuilder 2022.
SmtpClient lsc_mail
lsc_mail = Create SmtpClient
I'm getting an error "Illegal data type SmtpClient"
How do I solve this error?
I found some posting saying that SMTP related PBL needs to be downloaded from Appeon website, but I'm not sure where I can find it. Is this really the issue?
Thank you.