using System; using System.Web.Mail; class MailAttachTest { public static void Main() { MailAttachment myattach = new MailAttachment("d:\\mail sapere.txt",MailEncoding.Base64); MailMessage newmessage = new MailMessage(); newmessage.From = "[email protected]"; newmessage.To = "[email protected]"; newmessage.Cc = "[email protected]"; newmessage.Subject = "A test mail attachment message"; newmessage.Priority = MailPriority.High; newmessage.Headers.Add("Comments","This message attempts to send a binary attachment"); newmessage.Attachments.Add(myattach); newmessage.Body = "test send e-mail"; try { SmtpMail.SmtpServer = "xxx.xxx.xxx.xxx"; SmtpMail.Send(newmessage); } catch (System.Web.HttpException) { Console.WriteLine("This device cannot send Internet messages"); } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง