C ++ Email / SMTP

Hi, Can you recommend to me that a C ++ library or classes are available for sending email via SMTP in C ++. I am on Windows platform. I need a library that supports nesting and SSL connections. What are the options available. I am not doing my own :)

Hello

EDIT: Oh, I forgot to mention that I am using Visual C ++ 6

0


a source to share


4 answers


I found a project that might be what you are looking for: lib smtp .



+1


a source


I had luck with the ATL class CSMTPConnection , but I don't think it supports SSL.



0


a source


Try Ultimate-TCP / IP , free at Code Project - it includes SMTP support and you can just compile in the parts you need, that's pretty good.

0


a source


You don't need a library. (never on Windows)
Just use Winsock or COM

0


a source







All Articles