How to send Email using C#
摘要:
try { MailMessage mail = new MailMessage(); SmtpClient SmtpServer = new SmtpClient("smtp.gmail.com"); mail.From = new MailAddress("your_email_address@gmail.com"); mail.To.Add("to_address"); mail.Subject = "Test Mai... 阅读全文
posted @ 2014-02-10 17:01 小昊子 阅读(264) 评论(0) 推荐(0)
浙公网安备 33010602011771号