Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Socket operation timed out

    General and Desktop
    3
    5
    382
    Loading More Posts
    • 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 You
      Thank You last edited by

      This is the message logged when I use SMTP to send mail.
      It used to work but now it is not working now. I don't know what this mean.
      I can put code but It's just from the link "SMTP attachments"
      https://github.com/xcoder123/SimpleSmtp_SSL_QT5
      And I want to know what this mean ? and what are the ways to solve it?

      Let's make QT free or It will go forever

      TRUE AND FALSE <3

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        Did you check server side ?

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

        Thank You 1 Reply Last reply Reply Quote 0
        • Thank You
          Thank You @SGaist last edited by

          @SGaist

          Did you check server side ?

          Sorry, I don't understand what you mean (what should I check in server side) but
          It works for some time and it won't work for some time.

          Let's make QT free or It will go forever

          TRUE AND FALSE <3

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Then you should use for example wireshark to check what happens on your connection.

            You should also monitor your server to see why connection are timing out. It might be overloaded or you making to much queries and getting throttled, etc.

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

            1 Reply Last reply Reply Quote 0
            • VRonin
              VRonin last edited by

              The project you linked hasn't been supported in 7 years, it might not be working...
              My suggestion would be to use simple-mail by cutelyst as it achieves the same goal but the project is properly supported and used by many

              "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
              ~Napoleon Bonaparte

              On a crusade to banish setIndexWidget() from the holy land of Qt

              1 Reply Last reply Reply Quote 1
              • First post
                Last post