Thanks Geby, OK I'll try that. Regarding V3 I can't install it on my PI4 as I'm running 32 bit OS. The installation fails when I run make. I don't know if it's possible to pass a parameter to make for 32 bit. I'm looking into that. Thanks again Kindest Regards Jon On 7 Jun 2023, at 11:53, Geby geby@users.sourceforge.net wrote: Of course, OpenSSL 1.1.1 does not have function SSLeayversion at all. You must use plugin ssl_openssl11.pas instead. However all these OpenSSL versions are outdated and deprecated,...
Hi Geby, Forgive me for being a bit dim here as I'm very new to this. I have checked the openssl version and I get 1.1.1n so I added ssl_openssl.pas from the onlinepackagemanager/packages/synapse40.1/ssl_openssl.pas to my project. Now InitSSLInterface can load the libraries. However the the line __SSLeayversion in InitSSLInterface on line 2036 is NULL Now this is not your problem but XMailer uses SSLeayversion to test if the SSL is loaded and it obviously fails. Could you suggest another way to check...
Synapse 40