parsing raw email in php

前端 未结 14 468
猫巷女王i
猫巷女王i 2020-12-23 20:50

I\'m looking for good/working/simple to use php code for parsing raw email into parts.

I\'ve written a couple of brute force solutions, but every time, one small cha

14条回答
  •  梦毁少年i
    2020-12-23 21:18

    There are Mailparse Functions you could try: http://php.net/manual/en/book.mailparse.php, not in default php conf, however.

提交回复
热议问题