api - Capturing email reply messages in Python -


I have a web application in Python that allows anyone to post messages. When this happens, my application will automatically send an email to another user who is following "conversation / post", the user receives an email and receives an answer with a message like "OK".

I want to receive this reply message on a post in my application. I see it in applications such as Assaman. How can I do this? Is there a service or API that I can use?

Any email mailer mailed from the mail server if you want to receive it in a POST request , Then you have to write a separate application that receives email messages from the mail server and then sends those people to you in an HTTP request to your web server. You will then need to run your application in the form of a daemon / service, and it will periodically have to vote on the server for new messages (or usage)

You will receive an e-mail You may want to use.

Knowledge and administration will be required about the possibility of developing a complete two-way bridge between emails with web pages and conversation tracking

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -