文件名称:PHP 利用Mail_MimeDecode类提取邮件信息示例
文件大小:63KB
文件格式:PDF
更新时间:2024-01-07 23:41:46
c ec od
重点为one_mail函数。利用Mail_mimeDecode类从邮件中提取邮件头和邮件正文。 复制代码 代码如下: <?php header(“content-type:text/html; charset=UTF-8”); /* * record kid words and insert into database * user by sending email to publication kid words * */ include ‘POP3.php’; include ’email_class.php’; include ‘Mail_mimeDecode.php’; //inclu