Using Command prompt commands
-
wrote on 2 Jul 2013, 14:19 last edited by
Hi friends,
I want to use Command prompt commands in Qt.....Actually i'm trying to send mail via Qt...But it doesn't worked,so i have gone for some other solutions,at that time,i have found that we can send mail from command prompt and it worked too..Now i want to use that command prompt commands in Qt..It should not call Command prompt...Please any one help me. -
wrote on 3 Jul 2013, 08:11 last edited by
You can try to use "QProcess":http://qt-project.org/doc/qt-5.0/qtcore/qprocess.html
-
Just use "QProcess":http://qt-project.org/doc/qt-5.0/qtcore/qprocess.html or my "QEasyShell":https://github.com/sierdzio/qeasyshell.
-
wrote on 3 Jul 2013, 17:35 last edited by
If you are still aiming for an from-any-server-to-any-server solution: That will not work via the command line either as it is the mail servers that are enforcing spam policies.
You do get rid of the SSL/TLS and the authentication issue discussed "here":https://qt-project.org/forums/viewthread/28975/ .
-
wrote on 4 Jul 2013, 09:23 last edited by
thank you Mr.Tobias Hunger....I have already tried....It doesn't worked,thats why i'm trying for some other solution like Command Prompt via Qt....Could you display some example how to send mail in Qt using Command prompt commands(Like you said that One server to server)
1/5