Also dont forget to LOAD mbstring before you load mailparse
example in the php.ini place in this order:
extension=php_mbstring.dll
extension=php_mailparse.dll
Or you will get an error.
Ian
![]() |
|
||||||||||
|
LXXVII. mailparse FunctionsВведение
This extension has been moved to the PECL repository and is no longer bundled with PHP as of PHP 4.2.0. УстановкаЭто расширение PECL не поставляется вместе с PHP. Дополнительная информация, такая как новый версии, скачивание, исходные файлы, информация о разработчике и CHANGELOG, могут быть найдены здесь: http://pecl.php.net/package/mailparse.
In order to use these functions you must compile PHP with mailparse support
by using the Windows users will enable php_mailparse.dll inside of php.ini in order to use these functions. Вы можете скачать DLL этого расширения PECL со страницы PHP Downloads или http://snaps.php.net/.
mailparse Functions
iwarner at triangle-solutions dot com
21-May-2004 08:31
Also dont forget to LOAD mbstring before you load mailparse
boris at gamate dot com
12-Sep-2003 06:11
Example how to handle mail content from a variable:
wberrier at yahoo dot com
09-Jul-2002 12:45
[Authors note: |