
???????????????? ????娉ㄥ????浠跺??瀹?#region?????娉ㄥ????浠跺??瀹?
????????????????string?strBody?=?"<html>";
????????????????strBody?=?strBody?+?"<head>";
????????????????strBody?=?strBody?+?"<meta?http-equiv="Content-Type"?content="text/strBody;?charset=gb2312"?/>";
????????????????strBody?=?strBody?+?"<title>http://www.websns.com</title>";
????????????????strBody?=?strBody?+?"<style?type="text/css">";
????????????????strBody?=?strBody?+?"<!--";
????????????????strBody?=?strBody?+?"p?{?font-size:12px;?font-family:瀹?浣??}?";
????????????????strBody?=?strBody?+?"-->";
????????????????strBody?=?strBody?+?"</style>";
????????????????strBody?=?strBody?+?"</head>";
????????????????strBody?=?strBody?+?"<body>";
????????????????strBody?=?strBody?+?"<p>绁?璐烘???????娉ㄥ??浼?????</p>";
????????????????strBody?=?strBody?+?"<p>============================================================</p>";
????????????????strBody?=?strBody?+?"<p>?ㄧ???ㄦ?峰??锛?"?+?sqlusername?+?"</p>";
????????????????strBody?=?strBody?+?"<p>?ㄧ??瀵???锛??"?+?sqlpassword?+?"</p>";
????????????????strBody?=?strBody?+?"<p>璇鋒?ㄧ?㈣?頒互涓?淇℃??锛?浠ヤ究浣跨?ㄤ負?ㄦ??渚??????°??</p>";
????????????????strBody?=?strBody?+?"<p>============================================================<p>";
????????????????strBody?=?strBody?+?"<p>甯??ワ?缇?濂崇????瀹?氦??绀懼?猴?缁??ㄤ?涓??ㄦ?逛???涓??у?绀虹┖?達?杩???????姝e?浜?甯??ョ?濂崇????瀹㈠?跺??锛?</p>";
????????????????strBody?=?strBody?+?"<p><a?href="http://www.websns.com" target="_blank" rel="external nofollow" >http://www.websns.com</a></p>";
????????????????strBody?=?strBody?+?"</body>";
????????????????strBody?=?strBody?+?"</html>";
????????????????#endregion

???????????????? ????娉ㄥ????浠?C#?規? #region?????娉ㄥ????浠?C#?規?
????????????????MailMessage?sendmail?=?new?MailMessage();
????????????????//?????瑰?闆??
????????????????sendmail.From?=?"[email?protected]";
????????????????//?ユ?舵?瑰?闆??
????????????????sendmail.To?=?sqlemail;
????????????????//姝f????瀹圭被??
????????????????sendmail.BodyFormat?=?MailFormat.Html;
????????????????//姝f????瀹圭???
????????????????sendmail.BodyEncoding?=?System.Text.Encoding.Default;
????????????????//涓婚??
????????????????sendmail.Subject?=?"绁?璐烘???????娉ㄥ??123";
????????????????//??瀹?
????????????????sendmail.Body?=?strBody;
????????????????//璁劇疆涓洪??瑕??ㄦ?烽??璇??
????????????????sendmail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate",?"1");
????????????????//璁劇疆楠?璇??ㄦ?峰???
????????????????sendmail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername",?"[email?protected]");
????????????????//璁劇疆楠?璇?瀵????
????????????????sendmail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword",?"123456");
????????????????//??浠舵???″?ㄥ?闆??(濡?smtp.websns.com)?
????????????????SmtpMail.SmtpServer?=?"smtp.websns.com";
????????????????SmtpMail.Send(sendmail);
????????????????#endregion