<?phprequire_once(‘../class.phpmailer.php’);$mail= new PHPMailer();$body= “我终于发送邮件成功了!呵呵!goodboy xxxxxxx!http://news.qq.com/a/20111115/000792.htm?qq=0&ADUIN=594873950&ADSESSION=1321316731&ADTAG=CLIENT.QQ.3493_.0”;//采用SMTP发送邮件$mail->IsSMTP();//邮
闲着蛋疼。计划着改善公司的邮件服务。怎料公司网络封闭的太厉害了。我只能在家里利用开放点的网络来测试发送邮件;
利用qq邮箱发送到公司的企业邮箱上;
前提准备,登陆qq邮箱开启stmp服务。不开启的话没法通过代码登陆到你的邮箱;
查询腾讯qq邮箱的smtp主机地址为:smtp.qq.com 端口是587,或者465
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
usi