摘要:
PHP发送邮件的小程序很简单,不过有些需要注意的地方。先上代码:view sourceprint?01<?php 02$to = "gonnsai@163.com"; 0304$user = "Gonn";05$date = date("Y年m月d日");0607$headers = 'MIME-Version: 1.0' . "\r\n";08$headers .= 'Content-type: text/html; charset=utf-8' . "\r\n&q 阅读全文