How i can send a simple e-mail in c++?
For example if i have this:
string a="hello";
how i can send the <a> in the adress someone@someone.com for example?
could make a simple program to see how i can send the vaariable in the someone@someone.com?
Because from internet i cant understand.
thanks