Email piping with php script

前端 未结 5 1561
深忆病人
深忆病人 2021-02-03 13:19

Hi\' I want to forward all the emails(which are come to my inbox) to php script and retrieve email content and save it in a file. So do that I was add email forwarder with pipin

5条回答
  •  -上瘾入骨i
    2021-02-03 14:14

    I know this question is 2 years old but hopefully this will help anybody who stumbles across it as I did.

    I had exactly the same issue and I spent ages trying to log errors etc. I then noticed that my script (and this one) had PHP short tags (i.e. ) and my PHP config file had these turned off. I changed the tag to and the script worked! Obvious but easy to miss...

提交回复
热议问题