v6.7
版本发布时间: 2022-12-05 18:59:37
PHPMailer/PHPMailer最新发布版本:v6.9.1(2023-11-26 06:37:56)
- Break out boundary definitions into a method (note that boundary format has also changed slightly)
- Remove MIME preamble to match popular client behaviour, may help with DKIM too
- Fix handling of trailing whitespace in simple DKIM canonicalisation
- Fix some possible POP3 auth issues, including a TCP hang (thanks to @czirkoszoltan)
- Add Azure XOAUTH2 example and docs (thanks to @greew)
- Preserve errors during disconnect
- Avoid some PHP 8.1 type issues
- Update CI to run on Ubuntu 22.04