gooeasy
18-07-2007, 08:30 AM
ตัวอย่างการเรียกใช้งานครับ
[code]require("class.phpmailer.php");
$mail = new PHPMailer();
$mail->IsSMTP();
[code]require("class.phpmailer.php");
$mail = new PHPMailer();
$mail->IsSMTP();
View Full Version : email transfer class for PHP