Hi,

I want to launch the user´s e-mail client from my qt app, but I don´t know how to do it.

Using QDesktopServices::openURL(...) with a mailto url the user's e-mail client is used to open a composer window containing the options specified in the URL. But I don´t want to compose a new message, I only want to open the e-mail client.

Which class I should to use?

Thanks in advance.
Regards.