Skip to content

A simple SMTP client for modern C++. It's native; since, it has not any dependency to Boost, cURL etc. It simply uses std::asio.

License

Notifications You must be signed in to change notification settings

TaeZStkyoht/NativeSmtpClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NativeSmtpClient

A simple SMTP client for modern C++. It's native; since, it hasn't any dependency to Boost, cURL etc. It simply uses std::asio.

Installation

mkdir build
cd build
cmake [-DBUILD_EXAMPLES=NO] ..
make install

If you are on Linux you may also need ldconfig /usr/local/lib/

Uninstallation

In the build directory:

xargs rm < install_manifest.txt

About

A simple SMTP client for modern C++. It's native; since, it has not any dependency to Boost, cURL etc. It simply uses std::asio.

Resources

License

Stars

Watchers

Forks

Packages

No packages published