美文网首页
2018-05-28PHPMailer类

2018-05-28PHPMailer类

作者: ADolphin | 来源:发表于2018-05-28 17:29 被阅读0次

    phpmailer下载地址

    $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