グループメール2


同メールは、ウェブサイトやアプリケーションの普及に欠かせない「スキル」です.
NETにとって、2.0からメールを送るのは非常にすばらしいことです.以下はC菗群でメールを送る例を示します.詳しい注釈をしました.必要な友達にhelpがあることを望んでいます.このブログを見ました./名前空間using System.Netを紹介します.using System.Net.Mail;
SmtpClient smtp = new SmtpClient(); //     SmtpClient
smtp.DeliveryMethod = SmtpDeliveryMethod.Network; // smtp        Network
smtp.EnableSsl = false;//smtp       SSL  
smtp.Host = "smtp.163.com"; //   smtp      
smtp.Port = 25;             //   smtp       ,   25,        ,   
//    SMTP          ,        ,  ,             
smtp.UseDefaultCredentials = true;
//      ,       
smtp.Credentials = new NetworkCredential("    @163.com", "    ");
MailMessage mm = new MailMessage(); //        
mm.Priority = MailPriority.High; //      ,   Low, Normal, High,    Normal  
mm.From = new MailAddress("    @163.com", "    ", Encoding.GetEncoding(936));
//          ;
//             
//             
//                  ,       ,          
//936      codepage 
注:上記のメールのソースは、必ずあなたの登録メールアドレスと一致しなければなりません.認証に失敗します.
mm.ReplyTo = new MailAddress("[email protected]", "      ", Encoding.GetEncoding(936));
//ReplyTo                 , :        ,         
//          ,   From    
mm.CC.Add("[email protected],[email protected],[email protected]");
//      ,    ,                 
//         ,  :
mm.CC.Add(new MailAddress("[email protected]", "   A", Encoding.GetEncoding(936)));
mm.CC.Add(new MailAddress("[email protected]", "   B", Encoding.GetEncoding(936)));
mm.CC.Add(new MailAddress("[email protected]", "   C", Encoding.GetEncoding(936)));
mm.Bcc.Add("[email protected],[email protected]");
//      ,    ,                 
//         ,  :
mm.CC.Add(new MailAddress("[email protected]", "   D", Encoding.GetEncoding(936)));
mm.CC.Add(new MailAddress("[email protected]", "   E", Encoding.GetEncoding(936)));
mm.Sender = new MailAddress("[email protected]", "     ", Encoding.GetEncoding(936));
//      ,          ,         ,         
//   ,          ,      ,      
mm.To.Add("[email protected],[email protected]");
//      ,    ,               
//           
mm.To.Add(new MailAddress("[email protected]", "   g", Encoding.GetEncoding(936)));
mm.To.Add(new MailAddress("[email protected]", "   h", Encoding.GetEncoding(936)));
mm.Subject = "      "; //    
mm.SubjectEncoding = Encoding.GetEncoding(936);
//       ,            ,       ,              。
// 936      pagecode,       ,        
mm.IsBodyHtml = true; //       HTML  
mm.BodyEncoding = Encoding.GetEncoding(936);
//       ,      ,         
mm.Body = "<font color="red">    ,  </font>";
//    
mm.Attachments.Add( new Attachment( @"d:a.doc", System.Net.Mime.MediaTypeNames.Application.Rtf ) );
//    ,     ,         ,      
//        
mm.Attachments.Add( new Attachment( @"d:b.doc") );
smtp.Send( mm ); //    ,       ,       。
OH、お菓子を売っていますが、ついに「script type=「text/javascript」を書き終わりました.google同前client=「pb-67045892601887」/*468 x 60は、09-11-19*/google_に創建されました.同前slaot=「4437639877」google同前width=468google同前height=60;/-