I am trying to change my code from using the PBNISMTP library to the built-in SMTPClient object with the latest version of PowerBuilder 2022 R3 build 3391. The PBNISMTP library works fine when I run it through the IDE but the compiled version crashes with a fatal error. Changing the code to SMTPClient causes a timeout Error.
The SMTPClient settings are pretty vanilla where I am using an SSL connection with port 465, but there is no equivalent in the SMTPClient class, at least not one I can see.
Can someone help with this?
Thanks,
Ed