Hello,
In my QT application, I would like to send an email and an attachement via the default email client program so that I do not need to handle mail server, port ....
My problems are:
- How to finding out the default email client in current OS
- what arguments to pass to it to in order to attach a file to it
- how to start the program. it is likely to use QProcess::startDetached.
Is there anyone have the experience to do it?
thank you in advance!
Bookmarks