Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to implement SMPT Server in Qt/Qml
Forum Updated to NodeBB v4.3 + New Features

How to implement SMPT Server in Qt/Qml

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
9 Posts 3 Posters 622 Views 2 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.
  • naveendraKumarN Offline
    naveendraKumarN Offline
    naveendraKumar
    wrote on last edited by naveendraKumar
    #1

    hello,
    I am Working on a android application and i am new to the serverside operations.
    i want to know about the how to send a messege to the Email by using SMTP server in qt

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

      Hi,

      Do you mean you want to embed a SMTP server within your application ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      naveendraKumarN 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Do you mean you want to embed a SMTP server within your application ?

        naveendraKumarN Offline
        naveendraKumarN Offline
        naveendraKumar
        wrote on last edited by naveendraKumar
        #3

        hi @SGaist ,
        Yes,
        I want to implement a SMTP server in My Aplication for send a message to the Email but i don't no how to implement

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Why do you want to embed a server side item such as an SMPT server in your application ?
          The standard way to work is to have your application as client of such a service.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          naveendraKumarN 1 Reply Last reply
          0
          • SGaistS SGaist

            Why do you want to embed a server side item such as an SMPT server in your application ?
            The standard way to work is to have your application as client of such a service.

            naveendraKumarN Offline
            naveendraKumarN Offline
            naveendraKumar
            wrote on last edited by naveendraKumar
            #5

            Thanks @SGaist
            I am Understood. we have to implement the client side smtp server and based on that server we can send the messages through email

            1 Reply Last reply
            0
            • GrecKoG Offline
              GrecKoG Offline
              GrecKo
              Qt Champions 2018
              wrote on last edited by
              #6

              Reconsider.

              I doubt it is even possible to do that on Android.

              1 Reply Last reply
              1
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #7

                Don't implement anything from the server.

                Use something like Cutelyst/simple-mail.

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                0
                • GrecKoG Offline
                  GrecKoG Offline
                  GrecKo
                  Qt Champions 2018
                  wrote on last edited by
                  #8

                  Or don't host anything and use a transactional email service, that would be my advice.

                  naveendraKumarN 1 Reply Last reply
                  0
                  • GrecKoG GrecKo

                    Or don't host anything and use a transactional email service, that would be my advice.

                    naveendraKumarN Offline
                    naveendraKumarN Offline
                    naveendraKumar
                    wrote on last edited by
                    #9

                    @GrecKo may i know the what is transactional email service

                    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