Answers for "qt send email with mail default application"

0

qt send email with mail default application

QDesktopServices::openUrl(QUrl("mailto:" + to + "?subject=" + subject + "&body=" + body, QUrl::TolerantMode));
Posted by: Guest on August-24-2020

Browse Popular Code Answers by Language