บทความอื่นๆ ในหมวดเดียวกัน



  Search Articles


    

เขียน asp.net (C#) ให้ส่ง Email โดยใช้ SMTP host ของ gMail

Article By : 
 Gobelmo
Reference : 
 
Read/Comment : 
 1012 / 36

       MailMessage mail = new MailMessage();

        System.Net.NetworkCredential cred = new System.Net.NetworkCredential("mail", "068177982");

        mail.To.Add(new MailAddress("someonefrom@somehostmail.com"));
        mail.Subject = "Test send mail";

        mail.From = new MailAddress("someoneto@somehostmail.com");
        mail.IsBodyHtml = true;
        mail.Body = "kalllayas";
        string client = "smtp.gmail.com";

        SmtpClient smtp = new SmtpClient(client);
        smtp.UseDefaultCredentials = false;
        smtp.EnableSsl = true;
        smtp.Credentials = cred;
        smtp.Port = 587;
        smtp.Send(mail);

 

## using System.Net.Mail ;

Comment :  1 21/5/2551 13:51:48

http://[url=http://www.upchill.com/image.php?id=e9f1590833c0405c8c9a86fa6

  By :  111
Comment :  2 21/5/2551 13:52:28

http://www.upchill.com/image.php?id=e9f1590833c0405c8c9a86fa675038f1

  By :  11
Comment :  3 14/8/2551 16:16:12

opiiuo

  By :  oih
Comment :  4 26/9/2551 19:21:24
Just wanted to say hello I hope Jackie is getting better, and that you are looking forward (??!!) to the new wheels, you must be counting the days till they arrive gold so gold nation,
  By :  eiZihWYBHkyj
Comment :  5 26/9/2551 19:22:03
Just wanted to say hello I hope Jackie is getting better, and that you are looking forward (??!!) to the new wheels, you must be counting the days till they arrive gold so gold nation,
  By :  eiZihWYBHkyj
Comment :  6 26/9/2551 19:22:41
Just wanted to say hello I hope Jackie is getting better, and that you are looking forward (??!!) to the new wheels, you must be counting the days till they arrive gold so gold nation,
  By :  eiZihWYBHkyj
Comment :  7 29/9/2551 23:57:22
  By :  LFVEXgZqLU
Comment :  8 29/9/2551 23:57:58
  By :  LFVEXgZqLU
Comment :  9 10/10/2551 18:00:05
  By :  QwmzqhqddKI
Comment :  10 22/10/2551 9:42:40
  By :  AUtDOTWnRMZj
Comment :  11 22/10/2551 9:43:17
  By :  AUtDOTWnRMZj
Comment :  12 12/6/2552 17:18:24
  By :  wnRbjYuRovkhDOgHm
Comment :  13 20/9/2552 22:18:48
  By :  LhSzsffRqyw
Comment :  14 19/10/2552 0:04:59
  By :  fDxRiVpqflWxgiQXt
Comment :  15 19/10/2552 2:07:36
  By :  eVcxuOfjBLrt
Comment :  16 19/10/2552 2:08:20
  By :  eVcxuOfjBLrt
Comment :  17 2/12/2552 21:39:32
  By :  uhSs1G exuiwkxqovpc, [url=http
Comment :  18 3/12/2552 0:42:12
  By :  13x1BW xzwthotxravf, [url=http
Comment :  19 16/12/2552 0:33:43
  By :  sKCUMF qzfzeojgiqpc, [url=http
Comment :  20 21/12/2552 8:51:21
  By :  comment1, cheap celexa,
Comment :  21 22/12/2552 2:18:45
  By :  comment3, guantanamera cigars,
Comment :  22 22/12/2552 14:39:34
  By :  comment4, cigarettes online
Comment :  23 24/12/2552 7:52:21
  By :  comment2, celexa online,
Comment :  24 25/12/2552 3:31:18
  By :  comment3, nolv
Comment :  25 25/12/2552 19:25:49
  By :  comment4, dark
Comment :  26 25/12/2552 19:26:15
  By :  comment4, dark
Comment :  27 25/12/2552 21:12:00
  By :  nyljdbnxhh,
Comment :  28 27/12/2552 23:11:28
  By :  VNKfQBaY
Comment :  29 28/12/2552 6:28:20
  By :  comment1, no
Comment :  30 28/12/2552 6:29:12
  By :  comment1, no

Your comment
 
Your name