September 2, 2019 3:59 PM, "Manfred Rebentisch" <[email protected]> wrote:
> Hello, > I am new to OpenSMTP and in this mailinglist. > Hello and welcome, > Is it possible to use OpenSMTP as a library to use mail send > functionality from my C / C++ software? > > I want to replace the old and unsupported esmtp library. > Nope, OpenSMTPD is a standalone daemon and doesn't ship or build any kind of library. However, the code is ISC licensed and the client code is isolated in smtpc.c, so feel free to reuse. > Thank you for an answer in advance > Np,
