摘要:mail.phpIsSMTP(); // 启用SMTP$mail->Host = "smtp.qq.com"; //SMTP服务器 以qq邮箱为例子$mail->Port = 25; //邮件发送端口$mail->SMTPAuth = true; //启用SMTP认证$mail->CharS...
阅读全文
posted @ 2015-07-16 14:03
posted @ 2015-07-16 14:03
posted @ 2015-07-16 10:24