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. libcurl vs QT Network - what is better?

libcurl vs QT Network - what is better?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 509 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.
  • B Offline
    B Offline
    bogong
    wrote on last edited by
    #1

    Hello all!
    All of my previous projects I've been using libcurl. For now I want to try to use QT Network. I need to be able to:

    • send email only
    • perform POST/GET requests via HTTP/HTTPS

    Is QT Network OK for this issues?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      well for the email part you might want to use 3rd party code as not to code it
      all from scratch.
      https://github.com/xcoder123/SimpleSmtp_SSL_QT5
      https://github.com/bluetiger9/SmtpClient-for-Qt
      or similar.

      POST/GET is easy to do with native Qt NetworkManager.
      https://gist.github.com/olafurjohannsson/801e0bd1428aec51bced75907c58c551

      1 Reply Last reply
      3
      • B Offline
        B Offline
        bogong
        wrote on last edited by
        #3

        Thx a lot. Will look on it.

        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