$mail = new PHPMailer
$mail->send();
$mail->addattchment("*.gif");
$mail->Subject="hello world";
$mail->MsgHTML("........");
mail->SetFrom("xxxxxx@qq.com", "xxxxxx");
$mail->AddReplyTo("xxxxxx@163.com", "xxxxxx");
$mail = new PHPMailer
$mail->send();
$mail->addattchment("*.gif");
$mail->Subject="hello world";
$mail->MsgHTML("........");
mail->SetFrom("xxxxxx@qq.com", "xxxxxx");
$mail->AddReplyTo("xxxxxx@163.com", "xxxxxx");
本文标题:2018-05-28PHPMailer类
本文链接:https://www.haomeiwen.com/subject/zuigjftx.html
网友评论