MailMessage mail = new MailMessage(); //SmtpClient smtpServer = new SmtpClient("imap.inetmail.cloud"); SmtpClient smtpServer = new SmtpClient("smtp.gmail.com"); mail.From = new MailAddress(textBox1.Text); mail.To.Add(textBox3.Text); mail.Subject = textBox5.Text; mail.Body = textBox4.Text; mail.Attachments.Add(new Attachment(textBox6.Text)); smtpServer.Port = 587; smtpServer.Credentials = new System.Net.NetworkCredential(textBox1.Text, textBox2.Text); smtpServer.EnableSsl = true; smtpServer.Send(mail); mail = null; MessageBox.Show("Mail Send Success Fully");
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง