Qt Forum

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

    Sending an Email to one or multiple users

    General and Desktop
    3
    5
    918
    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.
    • P
      Project try last edited by

      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 Reply Quote 0
      • cybercatalyst
        cybercatalyst last edited by

        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 Reply Quote 0
        • P
          Project try @cybercatalyst last edited by

          @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 Reply Quote 0
          • P
            Project try last edited by

            What do you guys think ?

            1 Reply Last reply Reply Quote 0
            • M
              mcosta last edited by

              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 Reply Quote 0
              • First post
                Last post