Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. What should we export to make QT make work with smtp or openssl ?

What should we export to make QT make work with smtp or openssl ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 453 Views 3 Watching
  • 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.
  • Thank YouT Offline
    Thank YouT Offline
    Thank You
    wrote on last edited by
    #1

    SMTP works fine after I installed openssl in my machine but it is not working in client machine.
    What are the files that we should include with smtp?

    Let's make QT free or It will go forever

    TRUE AND FALSE <3

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      As silly as it may sound: the OpenSSL libraries.

      Which OS are you targeting ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      Thank YouT 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        As silly as it may sound: the OpenSSL libraries.

        Which OS are you targeting ?

        Thank YouT Offline
        Thank YouT Offline
        Thank You
        wrote on last edited by
        #3

        @SGaist
        WINDOWS 10 __OS 64 bit BUT Compiled for 32 bit
        And I have installed 32 bit open ssl libraries too
        So I am targetting for 32 bit OS
        Yes its openssl libraries but
        On another post "you or mrjj" pointed out that copying files to windows is not good practice.
        And I don't want to install openssl in client machine.
        So I want the name of files and its location to copy to installation folder

        Let's make QT free or It will go forever

        TRUE AND FALSE <3

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          What was said is that you shall not install in the C:/windows system folder.
          Providing the dlls along your application is fine and recommended. He providing means deploying these dlls with your application directly like the Qt dlls.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          Thank YouT 1 Reply Last reply
          1
          • SGaistS SGaist

            What was said is that you shall not install in the C:/windows system folder.
            Providing the dlls along your application is fine and recommended. He providing means deploying these dlls with your application directly like the Qt dlls.

            Thank YouT Offline
            Thank YouT Offline
            Thank You
            wrote on last edited by
            #5

            @SGaist Yes
            So which files are to be included with it ??
            That lib one or what??

            Let's make QT free or It will go forever

            TRUE AND FALSE <3

            Pablo J. RoginaP 1 Reply Last reply
            0
            • Thank YouT Thank You

              @SGaist Yes
              So which files are to be included with it ??
              That lib one or what??

              Pablo J. RoginaP Offline
              Pablo J. RoginaP Offline
              Pablo J. Rogina
              wrote on last edited by
              #6

              @Thank-You said in What should we export to make QT make work with smtp or openssl ?:

              So which files are to be included with it ??

              Have you checked this site about OpenSSL binaries?

              Please keep in mind to use the product that matches the compiler you used to build your Qt application

              Upvote the answer(s) that helped you solve the issue
              Use "Topic Tools" button to mark your post as Solved
              Add screenshots via postimage.org
              Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

              1 Reply Last reply
              1
              • Thank YouT Offline
                Thank YouT Offline
                Thank You
                wrote on last edited by
                #7

                I downloaded it from
                http://slproweb.com

                Let's make QT free or It will go forever

                TRUE AND FALSE <3

                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