SMTP C++ API

Anyone know of a good, cheap, easy to use SMTP library for C++? I did a few searchs on Google, but didn’t really turn anything up. I’m just looking for a library of some kind which will allow me to login in to a SMTP server and transmit a message. I could do it the hard way with sockets by hand, but I’m not looking for more work… :slight_smile:

So, any suggestions?

www.planet-source-code.com has a few (no direct links though, sorry).

www.codeproject.com also has some nice info about SMTP’s.

Or, if you want to do it another way, look at the source code for Thunderbird ( www.mozilla.org/products/thunderbird ).