发布于 2017-09-19 00:27:05 | 124 次阅读 | 评论: 0 | 来源: 网友投递
PHPMailer 发送电子邮件的PHP函数包
PHPMailer是一个用于发送电子邮件的PHP函数包。支持发送HTML内容的电子邮件,以及可以添加附件发送,并不像PHP本身mail()函数需要服务器环境支持,您只需要设置邮件服务器以相关信息就能实现邮件发送功能。
PHPMailer 6.0.1 已发布,
更新内容:
Use shorter Message-ID headers (with more entropy) to avoid iCloud blackhole bug
Switch to Symfony code style (though it's not well defined)
CI builds now apply syntax & code style checks, so make your PRs tidy!
CI code coverage only applied on latest version of PHP to speed up builds
Remove composer.lock
- it's important that libraries break early; keeping it is for apps
Rename test scripts to PSR-4 spec
Make content-id values settable on attachments, not just embedded items
Add SMTP transaction IDs to callbacks & allow for future expansion
Expand test coverage
下载地址: