views:

212

answers:

3

Hi, I'd like to have a decent SMTP client-side library in C++ with permissive license (LGPL, BSD, MIT-X, ...). It must have at least rfc821 and rfc2487 conformity and preferably rfc3207 conformity.

I have found some that have not met all the requirements:

  1. Poco SMTP
  2. DataReel SMTP
  3. vmime

If you have any, please kindly share. Thank you!

+1  A: 

Linux, Windows or both? I know of a great free Windows client, which is part of Ultimate TCP/IP.

Rob
Thanks :) I ran out of Votes today. I will give you tomorrow.
Viet
I want cross-platform one. Thanks anyway!
Viet
+2  A: 

How about libsmtp?

Shailesh Kumar
Thanks :) I ran out of Votes today. I will give you tomorrow.
Viet
That one has been stalled for years. I found this one: https://sourceforge.net/projects/jwsmtp
Viet
A: 

I found DataReel to be most suitable. Thanks for all of your comments.

Viet