Email piping with php script

前端 未结 5 1641
深忆病人
深忆病人 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条回答
  •  滥情空心
    2021-02-03 14:22

    try the following 2 options to check:

    • First, your php file must need to have execute permission(from owner group at least), otherwise it won't work.

    • What did you used when you were using forwarder? You need to mention php compiler path at the beginnig also.

    I have recently written an article regarding the full detail process of piping email content to php program , you will may like to have a look. Let me know if you have any more question. Thanks.

提交回复
热议问题