摘要: 1 class SmtpEmail 2 { 3 SmtpClient smtpclient; 4 MailMessage msg; 5 Attachment attachment; 6 public void sendMail(String form, String[] to, String subject, String body, String attachmentpath) 7 { 8 if (to == null || to.Length <= 0) { 9 ... 阅读全文
posted @ 2013-08-21 10:28 哈哈好玩 阅读(269) 评论(0) 推荐(0)