国产探花免费观看_亚洲丰满少妇自慰呻吟_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>");

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 正蓝旗| 金塔县| 兴业县| 彩票| 和硕县| 开阳县| 会理县| 巨鹿县| 江门市| 合阳县| 万山特区| 朝阳区| 德州市| 东城区| 霍州市| 阿拉尔市| 北京市| 齐河县| 嘉义市| 嘉善县| 于田县| 宁都县| 汉中市| 大邑县| 攀枝花市| 久治县| 怀来县| 仙游县| 安仁县| 孟津县| 濮阳市| 荣成市| 济源市| 东乌珠穆沁旗| 大埔县| 文登市| 沭阳县| 栾城县| 西盟| 抚松县| 西乌珠穆沁旗|