马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
刚刚打开这篇专题,猛然见到HAL9000发表的《对于大型公司项目平台选择j2ee的几层认识》系列,深受启发。asp.netusingSystem.web.Mail;
MailMessagemsg=newMailMessage();
//发送方地点(如test@163.com)
msg.From="zdyguilong@163.com";
//吸收方地点(如test@163.com)
msg.To="zdyguilong@163.com";
//注释内容范例
msg.BodyFormat=MailFormat.Html;
//注释内容编码
msg.BodyEncoding=System.Text.Encoding.Default;
//主题
msg.Subject="张年夜宇向您问好";
//内容
msg.Body="<html><head><METAcontent=zh-cnhttp-equiv=Content-Language><metahttp-equiv=Content-Typecontent=text/html;charset=gb2312><styletype=text/CSS>A:link{FONT-SIZE:9pt;TEXT-DECORATION:none;color:#000000}A:visited{FONT-SIZE:9pt;TEXT-DECORATION:none;color:#666666}A:hover{COLOR:#ff6600;FONT-SIZE:9pt;TEXT-DECORATION:underline}BODY{FONT-SIZE:9pt}--></style></head><body><fontcolor=red>用户名:"+UserName.Text.Trim()+"</font><br><fontcolor=green>暗码:"+strUserPsw.ToString()+"</font><br><b>考证地点:</b><ahref=http://192.168.1.98/AllFiles/Member/CheckFromEmail.aspx?UserName="+UserName.Text.Trim()+"target=_blank>http://192.168.1.98/AllFiles/Member/CheckFromEmail.aspx?UserName="+UserName.Text.Trim()+"</a>。假如您不克不及点击链接举行跳转,请把这个地点粘贴到扫瞄器的地点栏间接会见。<br><fontcolor=red>此邮件不用复兴,感谢。</font></body></html>";
//设置为必要用户考证
msg.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate","1");
//设置考证用户名
msg.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername","zdyguilong");
//设置考证暗码
msg.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword","123456");
//邮件服务器地点(如smtp.163.com)
SmtpMail.SmtpServer="smtp.163.com";
//发送
SmtpMail.Send(msg);
//Response.Write("<scriptlanguage=javascript>alert(注册乐成);window.location=../default.aspx</script>");
也不知道,我同学昨天说数据挖掘很好。 |