PDA

View Full Version : QxtSmtp don't send email



rspock
12th August 2013, 17:52
Hello,

I get QxtSmtp to sending email, I get all the rigth signals:

void authenticated ()
void connected ()
void encrypted ()
void finished ()

but not mailSent() neither
void mailFailed ( int mailID, int errorCode )
or
void recipientRejected ( int mailID, const QString & address )
or
void senderRejected ( int mailID, const QString & address )

This is a little funny!

Thanks

ChrisW67
12th August 2013, 22:38
Thank you for sharing. What would you like us to do with this information?