2014年3月28日
摘要: 1.下载PHPMailer类包下载地址https://code.google.com/a/apache-extras.org/p/phpmailer注意把文件放在:ThinkPHP/Extend/Vendor/PHPMailer/class.phpmailer.php2.function SendMail($address,$title,$message){ vendor('PHPMailer.class#PHPMailer'); $mail=new PHPMailer(); // 设置PHPMailer使用SMTP服务器发送Email $mail->IsSMTP().. 阅读全文
posted @ 2014-03-28 14:57 张扬个性,敢为天下先 阅读(512) 评论(0) 推荐(0) 编辑