v6.3.0
版本发布时间: 2021-02-20 00:07:46
PHPMailer/PHPMailer最新发布版本:v6.9.1(2023-11-26 06:37:56)
This is a maintenance release.
- Handle early connection errors such as 421 during connection and EHLO states
- Switch to Github Actions for CI
- Generate debug output for
mail()
, sendmail, and qmail transports. Enable using the same mechanism as for SMTP: setSMTPDebug
> 0 - Make the
mail()
and sendmail transports set the envelope sender the same way as SMTP does, i.e. use whateverFrom
is set to, only falling back to thesendmail_from
php.ini setting ifFrom
is unset. This avoids errors from themail()
function ifSender
is not set explicitly and php.ini is not configured. This is a minor functionality change, so bumps the minor version number. - Extend
parseAddresses
to decode encoded names, improve tests