|
[SOLVED] looking for a class
i got a program im making that involves sending an email using SMTP (it will have no need for pop3 or message receiving anything). im looking for a good C++ class that i can attach to the program so that it makes a portable app. Im coding this in NATIVE C++ not VC++ but i would like a library similar to microsofts SmtpClient Class (System.Net.Mail). ive found a few but they were either not working (outdated) or so big that it involves tons of source files to be imported to the project which decreases the light efficiency that i aim for in this simple program.
__________________
|