SMTPLibCurlWrapper:易于使用的libCURL包装器发送电子邮件

时间:2024-03-09 22:31:20
【文件属性】:

文件名称:SMTPLibCurlWrapper:易于使用的libCURL包装器发送电子邮件

文件大小:13KB

文件格式:ZIP

更新时间:2024-03-09 22:31:20

C++

SMTPLibCurlWrapper 易于在libcurl周围使用包装器来发送电子邮件。 该库允许您: 您可以重用连接来发送许多电子邮件而无需重新连接。 您可以从不同的线程发送电子邮件。 您可以在单个字母中发送文本和HTML版本。 您可以发送文件。 当前版本使用单个线程发送电子邮件。 这意味着,如果您有连接延迟,则要通过其他服务器发送的所有其他电子邮件也将被延迟。 发送电子邮件很容易: #include "libcurlwrappersmtp.hpp" #include "login_data.hpp" #include int main() { using namespace libcurlwrappersmtp; LibCurlWrapperEmail EMAILER{}; void (*cb)(Request&) = [](Requ


【文件预览】:
SMTPLibCurlWrapper-main
----CMakeLists.txt(892B)
----examples()
--------example_2.cpp(1KB)
--------example_4.cpp(2KB)
--------example_6.cpp(2KB)
--------login_data.hpp(1KB)
--------example_7.cpp(2KB)
--------example_5.cpp(2KB)
--------example_1.cpp(1KB)
--------example_3.cpp(1KB)
----README.md(2KB)
----.gitignore(9B)
----include()
--------libcurlwrappersmtp.hpp(16KB)

网友评论