开发者

i am getting fatal error using mailparse_msg_create function

开发者 https://www.devze.com 2023-02-08 10:52 出处:网络
i want to parse the email headers and attachments from the dummy email ( i have text files collections). My hosting account is in Bluehost.com. I used pecl mail parse function to parse the header. Whe

i want to parse the email headers and attachments from the dummy email ( i have text files collections). My hosting account is in Bluehost.com. I used pecl mail parse function to parse the header. When i upload the file and execute it is saying

Fatal error:开发者_StackOverflow Call to undefined function mailparse_msg_create()...

I asked bluehost guy they are saying pecl is already enabled on server.

How can i solve this issue. Please help me. My English is not good, hope you all will help me.


Just because you have PECL installed doesn't mean you have the correct extension installed.

Answer: You need to install the Mailparse PECL extension. See http://pecl.php.net/package/mailparse

0

精彩评论

暂无评论...
验证码 换一张
取 消