I have to send an image or video to other person trough email. I initially tried with QAxObject with outlook, but it is not OS independent. I want to know how to create and send an email with Qt with option of an attachement. Is QSSLSocket is a good way?

有帮助吗?

解决方案

Qt itself doesn't provide an SMTP client. You need to use a third party library. There is at least one Qt-based SMTP client implementation, in QxtNetwork module.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top