August 20, 2019
php 发送邮件:PHPMailer, 利用PHPMailer发送邮件, gmail, qq 邮箱, yahoo邮箱, yeah.net,1&1 (1and1), hotmail, 163邮箱,Outlook

参考:PHPMailer 报错 SMTP Error: Could not authenticate. , Less secure app access, PHPMailer error: SMTP Error: Could not authenticate. Error: SMTP Error: Could not authenticate
phpMailer 是一个非常强大的 ph p发送邮件类,可以设定发送邮件地址、回复地址、邮件主题、html网页,上传附件,并且使用起来非常方便。
phpMailer 的特点:
1、在邮件中包含多个 TO、CC、BCC 和 REPLY-TO。
2、平台应用广泛,支持的 SMTP 服务器包括 Sendmai… Read More