Greetings, John -
You've given the Community almost no information to help you diagnose the issue. I'm not claiming that I can help, but I doubt anyone else can with what little you've told us.
What version/release/build of PB are you using? What "emailing function" are you using? Is this function in an external DLL or in another PB (non-visual?) object? Did you write the function you are calling? If not, who did, and have you contacted the author/vendor? Is the PB app compiled for 32-bit or 64-bit execution?
crypt32.dll and cl32.dll are Microsoft-supplied DLL's that provide cryptological functionality. Are these available on the user's PC? What version of Windows does the user's machine have installed? Is the version of these DLL's on the user's system the same version that you are using on your development system?
Please also recognize that it is now the weekend and many of the people that help answer questions on the Q&A forum may not be online or otherwise available to respond as quickly as you would like.
Regards, John
You are absolutely right , panick attack as i have to get this working before monday morning. I apologize for the lack of details.
I will try my best to answer your questions
- first off i am using Rolands smtp code
- it does work on my dev pc with PB 2017 R2
- i have to send authenticated tls emails smtp.office365.com
- 32 bit compilation
- its not a user pc , its a server pc , windows server 2019
- the error message says "cr32.dll" , but i cant seem to find this on my dev pc neither
- the version is indeed different compared dev pc to the windows server 2019
TIA
John
from roland's page: "EmailSMTP uses Cryptlib, an open source library to communicate with the server using SSL or TLS encryption. The file cl32.dll is the 32bit Cryptlib and cl64.dll is the 64bit Cryptlib."