有了phpmail这个类,你就不用愁了。这是个外国人写的一个类,我们就只管“拿来主义”了。下面是基于这个类里面的send()方法写的一个函数: 复制代码 代码如下: function send_mail ($title,$content,$from,$to,$charset=’gbk’,$attachment =”) { include ‘/class/PHPMail.class.php’; header(‘Content-Type: text/html; charset=’.$charset)