Send an email
-
What do you mean by "to others using qt"? You mean you want to implement email sending in Qt? Or contact people who use Qt? If the latter, then you have already found the solution - post a post on this forum ;) But I am almost certain you have mean something else.
-
Hm, never did anything in that direction. You can definitely take a look at "QNAM":http://qt-project.org/doc/qt-4.8/QNetworkAccessManager.html, which is the new official class for making any network communication. Or, look for some email-only C++ libs and plug them into your Qt GUI.