Hi all,
IN PB2022 R2 SMTPClient,
How can I setup the SMTPClient such as SSL, Threads & Connection Attempts
SSL (How to define the SSL) by defualt what is the encrypted connection methos for SMTPClient
Threads (How many thread that SMTPclient can have by default or how to set from user side when sending messages asynchronously using SendSync)
Connection Attempts (to define how many times SMTP Client will retry to connect to the server)
Thanks in Advance
Sathishkumar.
If the SendSync is used in a loop, a thread will be created at the first call, and is hibernated when the call is done. The same thread will be activated again when the next call is executed. The thread will be killed when the SMTPObject exits.
Best regards, Julie
We have a number of customers who use fasthosts O365 hosting for Email. fasthosts are one of the market leaders for this product and they ONLY support SSL protocol for email SMPT sending. This is causing us a big problem when trying to get them onto the latest versions of our software using the new SMTPClient.
Given that a big player in the field is still insisting on SSL can I ask that you add support for SSL too.
Cheers
David