Email piping with php script

前端 未结 5 1560
深忆病人
深忆病人 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:01

    If this is actually an email box, why not use IMAP (PHP)? There are lots of classes to read the mail with imap @ phpclasses.org

提交回复
热议问题