curlpp
curlpp copied to clipboard
SMTP support?
Hi, is SMTP supported by curlpp? If not, will it be supported in the future? Any plan for that? if yes, may I have an example sending an email using curlpp?
Best regards Giuliano
:+1: I would use this library if it contained SMTP client support
libcurl supports it, so it should be easy to translate the following example for cURLpp. Is there someone willing to add that as an example?
Sorry, I didn't mean to close this issue.
That sounds like a good first step... Maybe a few helper functions or classes after we translate that example to cURLpp
Have this work been done? I want to use this library for smtp too.
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 commit-checks will probably fail because continuous-integration/appveyor is broken for a long time now.
Will @alex-che’s branch be merged into the official repo in the near future? The PR looks like a pretty straight-forward addition, and the example is also very helpful. I just wonder why this isn’t part of the official repo yet while other things were merged in the meantime?