PHPMailer 发送邮件提示 553 Mail from must equal authorized user 的原因及解决办法
![]() | ![]() | ![]() | ![]() |
| 【性价之王】 | 【线路之王】 | 【价格之王】 | 【配置之王】 |
| 【免费之王】 | 【香港首推】 | 【梯子之王】 | 【独服之王】 |

PHPMailer 发送邮件提示 553 Mail from must equal authorized user 的原因是 SMTP 服务器用户名与发件人邮箱不一致,修改成相同即可解决这个问题。
functionsend_mail($tomail,$name,$subject='',$body='',$attachment=null){ $mail=newPHPMailerPHPMailerPHPMailer(); $mail->CharSet='UTF-8'; $mail->IsSMTP(); $mail->SMTPDebug=0; $mail->SMTPAuth=true; $mail->SMTPSecure='ssl'; $mail->Host="smtp.163.com"; $mail->Port=465; $mail->Username="test@163.com";//SMTP 服务器用户名 $mail->Password="******";//SMTP 服务器密码与邮箱密码不同 $mail->SetFrom('test@163.com','测试邮件');//此处的邮箱应该与上面的 SMTP 服务器用户名一致 $replyEmail=''; $replyName=''; $mail->AddReplyTo($replyEmail,$replyName); $mail->Subject=$subject; $mail->MsgHTML($body); $mail->AddAddress($tomail,$name); if(is_array($attachment)){ foreach($attachmentas$file){ is_file($file)&&$mail->AddAttachment($file); } } return $mail->Send()?true:$mail->ErrorInfo; }猜你可能想看的VPS
- 高德地图 点赞好司机 领现金红包全球[VPS测评]
- 促销 LosAngelesvps→2 核 2.5G 内存 35G SSD全球[VPS测评]
- PacificRack→$12.49 年 KVM-768MB 20GB 全球[VPS测评]
- 优惠 RackNerd 大硬盘系列→洛杉矶 MC 机房 高配置 低价格 全球[VPS测评]
- javascript 除法结果取整的四种方法全球[VPS测评]
- 传家宝 PacificRack→7.36 美元 年 QN 机房 KVM 全球[VPS测评]
- JS 判断是否存在指定变量全球[VPS测评]
- Launchvps→费城 KVM 月付 2.9 美元起 500M 带宽 全球[VPS测评]
- DfrgFat.exe 应用程序错误的解决方法全球[VPS测评]
- 优惠促销 $2 月 512M 内存 15G 硬盘 1T 流量 1Gbps全球[VPS测评]
- Error: php55w-common conflicts with 全球[VPS测评]
- CentOS 系统安装 Transmission 和 FlexGet 全全球[VPS测评]
- WordPress 文章去重 删除 WordPress 重复文章的两种有全球[VPS测评]
- HostItBro → 5$ 月 1C2G20G硬盘 1Gbps20T流全球[VPS测评]
- 1NEXTNET 加拿大IPV6 小鸡测试全球[VPS测评]
- UOVZ 384M 内存 5G SSD 2T单向流量 上海NAT → 月全球[VPS测评]
- Cubecloud 香港CN2 GIA VPS → 6周年庆85折 → 香港VPS[主机]
- 阿里云服务器一年价格多少钱?阿里云服务器报价全球[VPS测评]
- 冀青云怎么样?香港CN2-GIA vps月28元/香港NTT 月9元香港VPS[主机]
- UOVZ怎么样?香港30M大带宽VPS 直连线路月付50元香港VPS[主机]
- 金斗云怎么样?香港CN2月付23元,圣何塞CN2月付22元香港VPS[主机]
- 谷歌浏览器网址如何显示http,www,Chrome谷歌浏览器恢复地址栏全球[VPS测评]
- 20个温暖心灵的问题,抖音,朋友圈都可以拿去发。全球[VPS测评]
- 恒创科技:国庆中秋双节同庆,香港1核2G云服务器,年付378元香港VPS[主机]
- HostKvm:韩国香港vps10月份最新促销,海外VPS全场八折优惠韩国VPS[主机]
- 兼容移动和PC的loading加载和toast消息插件全球[VPS测评]
- 初忆云:湖北电信云服务器1核2G仅6.8/月,81.6元/年;香港cn2香港VPS[主机]
- 跨境电商拔节生长关键期,宁波政协委员月谈会精准助力!全球[VPS测评]
- 为什么阿里云、腾讯云卖服务器可以挣到钱?全球[VPS测评]
- CYUN:开工促销,香港云服务器/美国高防vps/香港物理服务器85折美国VPS[主机]
转载请注明原文地址:http://140.238.13.167:12355/read-211355.html











