SMTPClient & Second Thread
- New
- How-to
-
FABRIZIO VISCARDI
- PowerBuilder
- Wednesday, 10 September 2025 12:17 PM UTC
I am using SMTPClient to send email from my application and it works well. But I noticed something strange and unusual in a calculus.
In particular a "round" function works correctly if I have not still used SMTPClient (number 54,343 round -> 54,34) and it doesn't work if I have, previously, used SMTPClient (number 54,343 round -> 54,00).
My application has 2 threads.
Is it possible to make something to use SMTPClient in a multithread application or I must put my attention on an external function to send email (like Chilkat fr example) becasue really there is nothing to do ?
Thank you !!
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.