Email to trigger PHP Script… Possible?

[亡魂溺海] 提交于 2019-12-02 02:54:49

You can alias your email address directly to a php script if you run your own mail server (on linux this would just be in the /etc/alias file or equivalent where the target was your php script instead of an email address) eg http://www.topwebhosts.org/bbs/board.php?bo_table=server_mgmt&wr_id=73

If not, then your only real choice is to set up a php process that checks an email address for mail every x minutes.

I have used both these methods over the years to great success

You can walk through emails with PHP's IMAP functions and undertake action (based on conditions/content). More info.

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