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.
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.
Qt has not classes for sending/receiving email. you need to implement by yourself POP3 or IMAP. sending email can be made through QDesktopServices:penUrl , Qt Assistant has relevant example.
Qt Assistant -- rocks!
please, use tags [CODE] & [/CODE].
Bookmarks