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…
So, any suggestions?