Closed AdamGoris closed 1 year ago
Thanks for reporting this. The environment is Windows/Visual Studio?
I am using a Windows/MinGW environment
I was able to make it work with windows/mingw but had to add these to the linker settings link libraries:
libcrypto.a libssl.a ws2_32
Thanks for the clarification.
I installed mailio using vcpkg and have version 0.21.0
After sending an email, I am getting an
Unknown signal
exception at: mailio/mailboxes.hpp mailio.mail_address (line 33):I also notice that my
from
andto
variables which aremailio_address
es have the following errors:The full error message for the
from
variable address is:<error reading variable: Cannot create a lazy string with address 0x0, and a non-zero length.><error reading variable: Cannot create a lazy string with address 0x0, and a non-zero length.>
Also something that may be related is if I set message from and recipient as is done in the examples:
I get the same error as above. But if I do:
The message can be constructed and sent, but then exits due to the
Unknown signal
exception.