Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Using Command prompt commands
QtWS25 Last Chance

Using Command prompt commands

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 4 Posters 2.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    actionking
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • P Offline
      P Offline
      portoist
      wrote on last edited by
      #2

      You can try to use "QProcess":http://qt-project.org/doc/qt-5.0/qtcore/qprocess.html

      1 Reply Last reply
      0
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #3

        Just use "QProcess":http://qt-project.org/doc/qt-5.0/qtcore/qprocess.html or my "QEasyShell":https://github.com/sierdzio/qeasyshell.

        (Z(:^

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          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/ .

          1 Reply Last reply
          0
          • A Offline
            A Offline
            actionking
            wrote on last edited by
            #5

            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 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved