문제

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