-
Vinicius Stenzel
- PowerBuilder
- Thursday, 26 June 2025 05:03 PM UTC
Hi,
I’ve been testing the SMTPClient
object in PowerBuilder 2022 R2, and I believe it does not support implicit SSL/TLS connections over port 465.
After extensive testing with multiple configurations, the results are always the same — the connection times out. Here's a sample log:
If I try the same SMTP server with other libraries such as ASP_MAIL or PBNISTMP, using SSL/TLS, the message is sent successfully.
The mail server logs indicate that it is waiting for the SSL/TLS handshake. I’ve tested with:
-
IgnoreServerCertificate = true
-
Installing the certificate in the root trust store
Still no success.
So I’d like to confirm:
-
Is implicit SSL/TLS (port 465) officially supported by
SMTPClient
in PB 2022 R2? -
If not, is this planned for a future release?
Thanks in advance for your help.
Best regards,
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.