i am getting fatal error using mailparse_msg_create function
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
精彩评论