I am trying to build a website that would receive emails at addresses like bob@domainame.com I would like to run a php script every single time the server receives an email. How would I do that?
thanks in advance!! =)
I am trying to build a website that would receive emails at addresses like bob@domainame.com I would like to run a php script every single time the server receives an email. How would I do that?
thanks in advance!! =)
收起
Use procmail
, and execute the command-line PHP if a mail arrives or download the page with curl
or wget
.
报告相同问题?