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
![]() | LXVI. mailparse Functions简介
本扩展已被移动到 PECL 库中且自以下版本起不再被绑定到 PHP 中:4.2.0. 安装本 PECL 扩展未绑定于 PHP 中。 进一步信息例如新版本,下载,源程序,维护者信息以及更新日志可以在此找到: http://pecl.php.net/package/mailparse. In order to use these functions you must compile PHP with mailparse support by using the --enable-mailparse configure option. Windows users will enable php_mailparse.dll inside of php.ini in order to use these functions. 可以从 PHP 下载页面或者 http://snaps.php.net/ 下载此 PECL 扩展的 DLL 文件。
![]()
iwarner at triangle-solutions dot com
21-May-2004 11:31
Also dont forget to LOAD mbstring before you load mailparse
boris at gamate dot com
12-Sep-2003 09:11
Example how to handle mail content from a variable:
toffe at dev dot null dot se
11-May-2003 01:50
To install mailparse on later versions of php, 4.3.1 in my case, you have to compile it with --enable-mbstring then do:
wberrier at yahoo dot com
09-Jul-2002 03:45
[Authors note:
| ![]() | ||