最近项目上要求,要做个邮件发送的功能,因为用到的框架是ThinkPHP,于是就自己整理一下. 引入class.phpmailer.php,大家可以去这个链接去下载: http://pan.baidu.com/s/1eRb40iY 界面demo,大家可以自行丰富: 在Home文件夹中建立文件Lib,导入下载的文件夹. 在controller层中引入class.phpmailer.php 引入文件并实例化: require_once(dirname(__FILE__).'/../Lib/mail/c…