Qt Forum

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

    Unsolved Send mail with Qt

    General and Desktop
    4
    4
    1115
    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.
    • mandruk1331
      mandruk1331 last edited by

      Is there a way I can send a mail with the help of Qt? maybe some reference. Thank you.

      Mandruk1331

      the_ 1 Reply Last reply Reply Quote 0
      • the_
        the_ @mandruk1331 last edited by

        @mandruk1331

        searching a bit here shows me this:

        https://forum.qt.io/topic/29280/simple-tls-ssl-suppoerted-smtp-client-for-qt5

        maybe this could help?

        -- No support in PM --

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

          You will need a mail server. If that server supports SMTP you can use something like https://github.com/bluetiger9/SmtpClient-for-Qt

          If your server does not (for example a MS exchange server without SMTP enabled) you have to use the API of that particular server (for MS Exchange see https://github.com/VSRonin/FXhelper/tree/master/ManagedProcess )

          "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 6
          • tham
            tham last edited by

            If you do not want to fiddle with setting up your mail server, you can use existing mail server, like google or hotmail.

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