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 Updated to NodeBB v4.3 + New Features

Send mail with Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 1.3k Views 1 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.
  • M Offline
    M Offline
    mandruk1331
    wrote on 9 Mar 2017, 09:18 last edited by
    #1

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

    Mandruk1331

    T 1 Reply Last reply 9 Mar 2017, 09:50
    0
    • M mandruk1331
      9 Mar 2017, 09:18

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

      T Offline
      T Offline
      the_
      wrote on 9 Mar 2017, 09:50 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
      • V Offline
        V Offline
        VRonin
        wrote on 9 Mar 2017, 10:43 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
        • T Offline
          T Offline
          tham
          wrote on 9 Mar 2017, 11:21 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

          1/4

          9 Mar 2017, 09:18

          • Login

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