bluetiger9 / SmtpClient-for-Qt

An SMTP Client writen in C++ for Qt. Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. Supports SSL and SMTP authentication.
https://github.com/bluetiger9/SmtpClient-for-Qt/wiki
GNU Lesser General Public License v2.1
449 stars 226 forks source link

QSslSocket Error message on Ubuntu #120

Closed MagicMosaic closed 1 year ago

MagicMosaic commented 2 years ago

Hello, I have this error message:

QObject::connect: No such signal QSslSocket::errorOccurred(QAbstractSocket::SocketError) Failed to login!

Could you help ? thx

HiroProtagonist7777 commented 2 years ago

Hi, i have the same issue. I think this occurred, because the Signal errorOccurred was introduced in Qt 5.15. Do you use a Version lower 5.15?

bluetiger9 commented 1 year ago

@MagicMosaic, as @HiroProtagonist7777 suggested, please use Qt >=5.15! Thanks