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. Sending an Email to one or multiple users
QtWS25 Last Chance

Sending an Email to one or multiple users

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 1.1k 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.
  • P Offline
    P Offline
    Project try
    wrote on last edited by
    #1

    Hello,

    I have a project which requires sending emails functionality to one or many users.

    I need to send text only, I do not need any attachment.

    I searched and found that people recommended this for sending emails via smtp:
    http://dev.libqxt.org/libqxt/wiki/Home

    but it's not supported anymore according to them, is there an alternative ?

    1 Reply Last reply
    0
    • cybercatalystC Offline
      cybercatalystC Offline
      cybercatalyst
      wrote on last edited by
      #2

      I have had good experience with this:
      https://github.com/bluetiger9/SmtpClient-for-Qt

      The API is a bit clumsy, but it works.

      P 1 Reply Last reply
      0
      • cybercatalystC cybercatalyst

        I have had good experience with this:
        https://github.com/bluetiger9/SmtpClient-for-Qt

        The API is a bit clumsy, but it works.

        P Offline
        P Offline
        Project try
        wrote on last edited by
        #3

        @cybercatalyst

        Do I need to link all of these classes in my project ? because this project is for school and when I submit the code I do not want so many classes that I did not write included, is there like a dll or something ?

        1 Reply Last reply
        0
        • P Offline
          P Offline
          Project try
          wrote on last edited by
          #4

          What do you guys think ?

          1 Reply Last reply
          0
          • M Offline
            M Offline
            mcosta
            wrote on last edited by
            #5

            HI,

            searching on Google I found vMime.
            Seems OK but I never tried

            Once your problem is solved don't forget to:

            • Mark the thread as SOLVED using the Topic Tool menu
            • Vote up the answer(s) that helped you to solve the issue

            You can embed images using (http://imgur.com/) or (http://postimage.org/)

            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