Skip to content

cpp-smtpclient-libraryv1.1.14

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)

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

and one transitive dependency:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Jeremy Dumais's avatarJeremy Dumais

#Changelog

  • 2a32646cpp-smtpclient-library: add version 1.1.14 (#52507)
  • b27f6bf[cpp-smtpclient-library] Add new port (#48074)