第一句子网 - 唯美句子、句子迷、好句子大全
第一句子网 > 发邮件的有关问题 显示已发送 为什么收不到邮件呢

发邮件的有关问题 显示已发送 为什么收不到邮件呢

时间:2019-07-22 06:19:07

相关推荐

发邮件的有关问题 显示已发送 为什么收不到邮件呢

后端开发|php教程

quot,mail,SMTP,gt,server

后端开发-php教程

发邮件的问题,显示已发送,为什么收不到邮件呢?

<?php

require ‘class.phpmailer.php’;

try {

$mail = new PHPMailer(true); //New instance, with exceptions enabled

傲完房卡版源码,在vscode卸载npm,ubuntu扩容钥匙,tomcat定期清除日志,pytorch爬虫,php url传参,seo优化去哪些数据,购物网站程序模板下载,双语企业网站模板lzw

$body = file_get_contents(‘contents.html’);

$body = preg_replace(‘/\\\\/’,”, $body); //Strip backslashes

$mail->IsSMTP(); // tell the class to use SMTP

$mail->SMTPAuth = true; // enable SMTP authentication

$mail->Port = 25; // set the SMTP server port

$mail->Host = “”; // SMTP server

$mail->Username = “[emailprotected]”;// SMTP server username

$mail->Password = “12345in”; // SMTP server password

$mail->IsSendmail(); // tell the class to use Sendmail

$mail->AddReplyTo(“[emailprotected]”,”First Last”);

$mail->From = “[emailprotected]”;

$mail->FromName = “wanglingtao”;

$to = “[emailprotected]”;

$mail->AddAddress($to);

$mail->Subject = “First PHPMailer Message”;

$mail->AltBody = “To view the message, please use an HTML compatible email viewer!”; // optional, comment out and test

$mail->WordWrap = 80; // set word wrap

$mail->MsgHTML($body);

$mail->IsHTML(true); // send as HTML

$mail->Send()

echo “Message has been sent”;

} catch (phpmailerException $e) {

echo $e->errorMessage();

}

?>

Javascript web 源码,ubuntu 升级库,python爬虫函数名,php volist,怡红院seo综合lzw

——解决方案——————–

你看看你QQ的SMTP/pop3开通了吗?

——解决方案——————–

在你的服务器上要有接收邮件的程序,看其是否运行

——解决方案——————–

看看服务器邮件发送的log 通常在/var/log/maillog

——解决方案——————–

qt查询网站源码,修改vscode中文字体,ubuntu的echo,tomcat官网是什么,爬虫 网站moment,php中输入参数,seo链接的三种形式lzw

——解决方案——————–

换个126,gmail试试吧。估计qq不支持

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。