$mail->Subject = "Here is the subject";
$mail->Body = "This is the HTML message body <b>in bold!</b>";
$mail->AltBody = "This is the body in plain text for non-HTML mail clients";
if(!$mail->Send())
{
echo "Message could not be sent. <p>";
echo "Mailer Error: " . $mail->ErrorInfo;
exit;
}
echo "Message has been sent";
?>
-------------------------------------------------------------
class.smtp.php ไม่ได้แก้ไขอะไร
class.phpmailer.php ไม่ได้แก้ไขอะไร
-------------------------------------------------------------
แล้ว ขึ้น error ว่า
SMTP Error: Data not accepted. Message could not be sent.
Mailer Error: SMTP Error: Data not accepted.