Php web app and reply to email to call a function [closed]

泪湿孤枕 提交于 2019-12-13 04:51:39

问题


I'm developing a web app in php using codeignitor. I want to implement "reply to this email with approved in email body to update the app." feature.

Nowadays wen web apps send email for approvals, we can directly reply to email so the app will get updated once you send the reply. How does this feature implemented? I searched the web couldn't get any clues.


回答1:


You can create a script polling the inbox of a specific email address and approving emails it got answer from. You would then need to set up cron jobs to run the script periodically.



来源:https://stackoverflow.com/questions/25448169/php-web-app-and-reply-to-email-to-call-a-function

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!