How to Send a Text To the User Email(Gmail) By Using Qt/Qml
-
I am working on web Application and i want to send a text message to the user email .
-
Hi,
That's usually something done server side.
What kind of web application are you trying to build ?
-
Hi,
That's usually something done server side.
What kind of web application are you trying to build ?
@SGaist
thanks for your responcei am working on android mobile application. i want to know about how to send the text to the email by using qt/qml.
it mean Which classes required and how to connect the server. -
Qt does not have such a facility directly.
You can check the Cutelyst simple-mail project.
However you still need a valid smtp server.
-
Qt does not have such a facility directly.
You can check the Cutelyst simple-mail project.
However you still need a valid smtp server.
Thankyou @SGaist .