国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

Asp.net(c#)發送電子郵件

2024-07-10 13:08:49
字體:
來源:轉載
供稿:網友


using system.web.mail; 

            mailmessage msg = new mailmessage();
            //發送方地址(如[email protected])
            msg.from = "[email protected]";
            //接收方地址(如[email protected])
            msg.to = "[email protected]";
            //正文內容類型
            msg.bodyformat = mailformat.html;
            //正文內容編碼
            msg.bodyencoding = system.text.encoding.default;
            //主題
            msg.subject = "張大宇向您問好";
            //內容
            msg.body = "<html><head><meta content=zh-cn http-equiv=content-language><meta http-equiv='content-type' content='text/html; charset=gb2312'><style type=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><font color=red>用戶名:" + username.text.trim() + "</font><br><font color=green>密碼:" + struserpsw.tostring() + "</font><br><b>驗證地址:</b><a + username.text.trim() + "'target=_blank>http://192.168.1.98/allfiles/member/checkfromemail.aspx?username=" + username.text.trim() + "</a>。如果您不能點擊鏈接進行跳轉,請把這個地址粘貼到瀏覽器的地址欄直接訪問。<br><font color=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("<script language='javascript'>alert('注冊成功');window.location='../default.aspx'</script>");

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 南京市| 兴和县| 仙居县| 上饶市| 高雄市| 武平县| 根河市| 平舆县| 乐山市| 顺昌县| 哈巴河县| 合川市| 奉贤区| 高台县| 光山县| 东城区| 万载县| 监利县| 仁怀市| 西城区| 延庆县| 阿荣旗| 阿克陶县| 静安区| 常熟市| 军事| 思南县| 宁城县| 石阡县| 苏州市| 竹溪县| 留坝县| 崇义县| 芷江| 平湖市| 孝义市| 乌兰察布市| 九龙城区| 临汾市| 寻甸| 平乐县|