I have looked in this article:

http://www.codeguru.com/Cpp/I-N/inte...icle.php/c6177

It shows how to send mail via SMTP.
However, in order to send email I need to connect to a server via mail.connect().
My question is, how do I get the available server on the computer the program runs (the client)?

Thanks in advance.