karastojko / mailio

mailio is a cross platform C++ library for MIME format and SMTP, POP3 and IMAP protocols. It is based on standard C++ 17 and Boost library.
Other
372 stars 98 forks source link

mailio stop working with vcpkg? #154

Closed rcomrad closed 6 months ago

rcomrad commented 6 months ago

I make several attempts in Ubuntu 20.04, Ubuntu 22.04 and Windows 10 to install mailiao via vcpkg and run the smtps_simple_msg.cpp example (I only replace smtps::auth_method_t::START_TLS to smtps::auth_method_t::LOGIN), but I always get an error message "Switching to SSL failed". But if I compile the library manually, it works fine. I also didn't have any problems with vcpkg a few months ago. Has something changed and mailio is not currently supported in vcpkg?

karastojko commented 6 months ago

Hi @rcomrad , sorry for the trouble. Check for the same problem and solution here. Once I tag version 0.24 and push it to Vcpkg that will be fixed.