<?php require(“class.phpmailer.php”); require(“class.smtp.php”); $mail=new PHPMailer(); $mail->IsSMTP(); $mail->IsHTML(true); $mail->SMTPAuth = true; $mail->SMTPSecure = “ssl”; $mail->Host = “smtp.gmail.com”; $mail->Port = 465; $mail->Username = “[email protected]“; $mail->Password = “***********“; $mail->From = “[email protected]“; $mail->FromName = “Sender Name“; $mail->Subject = “This is a testing subject from gmail“; $mail->Body = “Hi,This is testing <b>HTML</b> message.”; $mail->AddAddress(“[email protected]“); if(!$mail->Send()) { echo “Mailer Error: ” . $mail->ErrorInfo; } else { echo “Message has been sent”; } ?>
<?php require("class.phpmailer.php"); require("class.smtp.php"); $mail=new PHPMailer(); $mail->IsSMTP(); $mail->IsHTML(true); $mail->SMTPAuth = true; $mail->SMTPSecure = "ssl"; $mail->Host = "smtp.gmail.com"; $mail->Port = 465; $mail->Username = "[email protected]"; $mail->Password = "***********"; $mail->From = "[email protected]"; $mail->FromName = "Sender Name"; $mail->Subject = "This is a testing subject from gmail"; $mail->Body = "Hi,This is testing <b>HTML</b> message."; $mail->AddAddress("[email protected]"); if(!$mail->Send()) { echo "Mailer Error: " . $mail->ErrorInfo; } else { echo "Message has been sent"; } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง