linux - execute script url from a reply to email using PHP -


I want to create a system where the user can only respond to the email whose one it is. What is required to do this: Once the user replies to the email, that email does not go to any user, it will execute a URL with the GET parameter which triggers a script that updates the database. And another user sends an email.

Let me explain again: User A goes to the system to insert his message, his message will send a notification to User B, User B will reply to it, but instead of sending User A, This will update a database and inform the user A that User B has sent a message.

The main point is that users A and B. do not communicate directly with each other, only allows them to communicate to use the system.

P> I need to use PHP

If someone can help me or point me in the right direction, then I would appreciate it !!

Thank you!

If you have access to system users, then you have a php script in it. Or run a php script via cron / wget that enters the email account and processes the email.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -