@NelsonC The problem with it I found was how to fetch the mailto link when clicked on the link. Once you get the mailto link then you can call Qt.openUrlExternally and pass the link as parameter and it should open the default mail client. For eg:

onClicked: Qt.openUrlExternally("mailto:someone@example.com?Subject=Hello")