问题描述
我期待的人群来源这一点,因为我有困难的位C / C ++为寻找一个SMTP行业标准库中。
I'm looking to crowd-source this, as I'm having bit of difficulty finding an "industry standard" library for SMTP in C/C++.
我要找发送电子邮件与不同的MIME格式和附件的能力。我宁愿不写一个路人皆知的图书馆重新发明轮子。但我也希望能够把它列入我的软件,而奇许可问题。
I'm looking for the ability to send emails with different MIME formats and attachments. I'd rather not re-invent the wheel by writing a thinly veiled library. But I'd also like to be able to include it in my software without odd licensing issues.
我读过的相关文章在:What RFC的需要开发一个SMTP客户端需要考虑?,关于哪些是相关的RFC文档,我期待在RFC中了。
I've read over this related article: What RFCs need to be considered in developing an SMTP client?, regarding the RFCs which are relevant, and I'm looking over the RFCs too.
推荐答案
我个人最喜欢的是,为C ++只,但高度驰名还具有SMTP支持(以及许多其他功能)。
My personal favourite is VMime, for C++ only, but the highly reputed libcurl also has SMTP support (as well as many other features).
VMime有;我觉得有卷曲一种MIT风格许可。
VMime has a dual license; I think curl has a sort of MIT-style license.
这篇关于什么是C / C ++中最常用的和灵活的SMTP客户端库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!