Send email using boost asio [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 6 years ago . 2nd update : Now the server says: "Ready to start TLS", how to modify my code to perform this TLS negotiation? I am trying to use boost asio to send an email from one account to another, but failing. #include <istream> #include <ostream> #include <string> #include <boost/asio.hpp>