PDA

View Full Version : how to receive email by qt4.3



ghnie
25th March 2009, 03:14
Just like Outlook, when we set a email configuration(user name, password, smtp, pop3 and so on) to our Outlook, we can receive and send email by Outlook.

And now, I want to receive email by qt4.3 program.

Any help will be appreciated.

spirit
25th March 2009, 06:24
Qt has not classes for sending/receiving email. you need to implement by yourself POP3 or IMAP. sending email can be made through QDesktopServices::openUrl , Qt Assistant has relevant example.