Plainer 0 Posted August 7, 2020 (edited) I was able to compile the OverbyteIcsMailQuTst demo program however when I try send a mail I get the following: Opened log file: f:\eMail Demo 2\ics-mailqu-2020-08-06.log Failed to Initialise SSL - Must load LIBEAY DLL before SSLEAY I also received the following: < 530 5.7.0 Must issue a STARTTLS command first. y128sm10201745pfy.74 - gsmtp Failed to Send Mail Item 5 - 530 5.7.0 Must issue a STARTTLS command first. y128sm10201745pfy.74 - gsmtp Any help is welcome. Thanks Edited August 7, 2020 by Plainer Share this post Link to post
Angus Robertson 574 Posted August 7, 2020 You have a corrupted ICS install that is missing the OpenSSL files. They are supplied in the same directory as the sample code, so this error can not happen. What OS are you using, OpenSSL only support Windows 7 and later, not XP. Angus Share this post Link to post
Angus Robertson 574 Posted August 8, 2020 The poster was trying to run applications requiring OpenSSL without the DLLs, which is not easy since ICS installs them in the same directory as the project files. So the error message Failed to Initialise SSL was correct. Angus Share this post Link to post