SMTP Library

Hi,

I am looking for a smtp library with SSL/TLS support for Windows. Although I have search the net for it and there are some like libesmtp, msmt, libvmime but all have one problem or the other compiling on windows.

Just want to know if anyone got a chance to use any kind of related library?


Thanks.

Edit: I am trying to compile on Mingw/Cygwin and once the library is compiled, I want to use it in Visual Studio 9.0 as the application is window's based.
Currently, trying to build libvmime. It depends on GNU libtls which I have compiled on Mingw but when I try to compile, libvmime, it is not able to use it. I tried to manually compile one program for libtls and the program is actually not compiling on Mingw. Don't know what the problem is (giving linking error although the definition is in the library). May be I have to leave this library too.

Last edited on
I am trying to compile on Mingw/Cygwin and once the library is compiled, I want to use it in Visual Studio 9.0 as the application is window's based

Is it such a great idea in general to build binaries with one toolset and then use them with a project compiled with another toolset? Doing this with SFML certainly causes problems.
Last edited on

I am doing this because compiling these libraries using VS would not be possible (may be they are not supported at all). This is the reason I am trying them in mingw or cygwin.

But the application is purly win32. Do I have any other option? At least this way I have some chance to proceed. And that's why I am asking for help if someone has experience of using any such library which can compile on VS would be great.
Topic archived. No new replies allowed.