摘要:
直接贴代码了: public static bool SendMail(string emailTo, string emailTitle, string emailContent , out string errorMessage, string[] filePath = null, string[] additionalHeaders = null) { WebMail.SmtpServer = "smtp.gmail.com";//获取或设置要用于发送电子邮件的 SMTP 中继邮件服务器的名称。 WebMail.S... 阅读全文
posted @ 2012-03-27 11:16
轻装前行
阅读(1189)
评论(0)
推荐(0)