tags:

views:

421

answers:

1

Hello all im working on smtp secure connection with smtp i found that i can manually open secure connection with openssl but how i can translate this client operation to inline c++ code

A: 

OpenSSL is an open source project. Look into [openSSL][1] site.

Tal