使用phpmailer发送邮件的一些问题
SMTP server error: mail from address must be same as authorization user
The following From addree failed : @.qq.com
1 确保账号密码端口号正确,并且可以密码直接登录,已经开启了smtp 问题:如企业qq,需要通过微信安全验证,可以在设置中取消, 最好先手动登录一次确认
2php openssl扩展和socket扩展开启 使用qq smtp465端口 ,使用php -m查看 或 看phpinfo
php -r "var_dump(fsockopen('ssl://smtp.exmail.qq.com','465'));" 返回资源类型,可以确认fsockopen可以使用
Warning: fsockopen(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in Command line code on line 1
如果这个错误,要替换ssl证书 https://blog.csdn.net/w670328683/article/details/53442087