We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
C ++不是一种不好的语言,如果您想通过C ++发送电子邮件,我建议您找到一个SMTP库,这里有一个:
https://github.com/embeddedmz/mailclient-cpp
有许多电子邮件协议用于接收和发送邮件,SMTP是用于传出电子邮件的最常见的电子邮件,对于任何编程语言,寻找此类协议的库。
C++ is not a bad language, if you want to send emails via C++ I suggest you find an SMTP library, here's one:
https://github.com/embeddedmz/mailclient-cpp
There are many email protocols that services use for receiving and sending mails, SMTP is the most common one for outgoing emails, for any programming language it's not hard finding a library for such protocols.