Voting

: seven minus five?
(Example: nine)

The Note You're Voting On

schmidt at cube hyphen concept dot com
3 years ago
I just encountered an internal server error by simply calling
$eml = mailparse_msg_parse_file("$path/eml/$email_id.eml");

The error disappeared after adding
mailparse_msg_free($eml);
to the end of the script.

Without mailparse_msg_free i keep getting an internal server error.

<< Back to user notes page

To Top