Home  >  Article  >  Backend Development  >  关于PHPMailer的一些疑惑

关于PHPMailer的一些疑惑

WBOY
WBOYOriginal
2016-06-23 13:51:26860browse

https://github.com/PHPMailer/PHPMailer    这个PHPMailer的下载地址。
里面的案例有这样一句话

什么意思呢?
对smtp不是很熟悉。为什么会分为这两种呢?


回复讨论(解决方案)

是否启用SMTP验证功能的配置不同,关于smtp验证:http://www.sendmail.org/~ca/email/auth.html

是否要验证,跟你的SMTP服务器有关。
如果不是自己架设的,一般是需要验证的。

smtp的身份验证
如用126的smtp服务器,就必须要验证身份
若是自己的邮件服务器,可以不设置(建议设置)

Statement:
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