Jump to content

Jan Breukelman

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Jan Breukelman

    Issues migrating away from Indy

    Thanks @Remy Lebeau This is much safer than migrating to a new component.
  2. Hi, We are trying to migrate away from Indy because of the lack of modern OpenSSL dll's and no OAuth support Now we implemented the first part: Moving from TIdSMTP to TSslSmtpCli. At first it looked fine, but at the moment we went to production a lot of SSL errors occurred: SSL handshake failed - No error returned, connection closed unexpectedly, but not all the time. Out application is a ISAPI module, with datasnap, where multiple clients can give the server the order to send emails. Some of these need to be send asynchrone, some synchrone. I came across the following topic and if there is any application which runs completely in thread, it is an isapi module. How should the sending of email be implemented in such a case? Thanx in advance, Jan
×