cpp-smtpclient-libraryv1.1.14
- Updated
An SMTP client library built in C++ that support authentication and secure connections
- Project website: https://github.com/jeremydumais/CPP-SMTPClient-library
#Usage
cpp-smtpclient-library provides CMake targets:
find_package(smtpclient CONFIG REQUIRED)
target_link_libraries(main PRIVATE smtpclient::smtpclient)#Features
No features defined.
#Host Dependencies
and one transitive dependency:
- vcpkg-cmake-get-vars (through openssl)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
Jeremy Dumais