cpp-smtpclient-library v1.1.13
- Created
- Updated
An SMTP client library built in C++ that support authentication and secure connections
# Usage
cpp-smtpclient-library provides CMake targets:
find_package(smtpclient CONFIG REQUIRED)
target_link_libraries(main PRIVATE smtpclient::smtpclient) # License
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No features defined.
# Dependencies
No transitive dependencies.
# Host Dependencies
and one transitive dependency:
- vcpkg-cmake-get-vars (by openssl )
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Jeremy Dumais