摘要:
private string SendEmail(string mailTo, string body, ref int sendresult) { string errorEmailAddress = ""; SmtpClient smtp = new SmtpClient(_SmtpServer); ... 阅读全文
posted @ 2017-05-17 16:39
雪原日暮
阅读(254)
评论(0)
推荐(0)