How to implement SMPT Server in Qt/Qml
-
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 -
Hi,
Do you mean you want to embed a SMTP server within your application ?
-
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 -
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. -
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.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 -
Reconsider.
I doubt it is even possible to do that on Android.
-
Don't implement anything from the server.
Use something like Cutelyst/simple-mail.
-
Or don't host anything and use a transactional email service, that would be my advice.
-
@GrecKo may i know the what is transactional email service