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. Send mail with Qt
Forum Update on Monday, May 27th 2025

Send mail with Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 1.3k 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.
  • mandruk1331M Offline
    mandruk1331M Offline
    mandruk1331
    wrote on last edited by
    #1

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

    Mandruk1331

    the_T 1 Reply Last reply
    0
    • mandruk1331M mandruk1331

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

      the_T Offline
      the_T Offline
      the_
      wrote on last edited by
      #2

      @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
      1
      • VRoninV Offline
        VRoninV Offline
        VRonin
        wrote on last edited by
        #3

        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
        6
        • thamT Offline
          thamT Offline
          tham
          wrote on last edited by
          #4

          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
          2

          • Login

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