Alex Korotkin
Alex Korotkin
Created a pull-request with the changes related to SMTP support. They are 3 added lines of library code (SMTP-related options) and the example translated from C/libcurl to C++/curlpp. The pull-request...
Just tried this with Automagic and it mostly works. But it seems to not be possible to specify **currency**, **notes**, and **destination account** (for _Transfer_ transaction). Looking at the source...
I use different build directories for different kits, and automatic configuration will harm my usage. So this should probably be at least optional/configurable. Maybe it's possible for vscode-cmake-tools to detect,...
For `-DgRPC_ZLIB_PROVIDER=package` to work also needed to first `sudo apt install zlib1g-dev` on Ubuntu.