Home > php教程 > php手册 > 关于phpmailer邮件发送失败以及解决办法

关于phpmailer邮件发送失败以及解决办法

WBOY
Release: 2016-06-07 11:38:15
Original
1710 people have browsed it

关于使用phpmailer出现连接失败, 发送失败

qq提示: SMTP server error: mail from address must be same as authorization user

163提示:SMTP connect error之类的
小菜一枚,以前虽然用过phpmailer,但是都是别人已经封装好的, 现在自己独立使用,真是醉了, 从昨天到今天早上才解决,看到百度那么多帖子,想必跟我一样的人大有人在,发在这里希望能解决一部分人的问题。

没什么可说的,两点哈

第一, php.ini里的两个都要打开,其实很多人的都是打开的
;extension=php_sockets.dll
;extension=php_openssl.dll
第二, 代码中的
$mail->Password = '**********'; //发信人的邮箱密码

这个不是邮箱密码啊啊~ 这个特么的是独立管理密码-就是管理smtp协议的那个密码(授权码或者独立管理密码),在163和qq邮箱开启smtp的时候都必须要填写的一个独立管理密码,就是这个密码

百度了一天愣是没发现~

以此为戒, 我米豆腐~

AD:真正免费,域名+虚机+企业邮箱=0元

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template