摘要: System.Net.Mail.SmtpClient client = new SmtpClient(); client.Host = cmbType.SelectedItem.ToString(); //stmp服务器 client.U... 阅读全文