Changelog

This commit is contained in:
Marcus Bointon 2021-02-05 10:08:04 +01:00
parent f9f5b8d21e
commit 43c7ff5644
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
# PHPMailer Change Log
## WIP
## WIP - 6.3.0
* Handle early connection errors such as 421 during connection and EHLO states
* Switch to Github Actions for CI
* Generate debug output for `mail()` and `sendmail` transports enable using the same mechanism as for SMTP: set `SMTPDebug` > 0
* Make the `mail()` transport set the envelope sender the same way as SMTP does, i.e. use whatever `From` is set to, only falling back to the `sendmail_from` php.ini setting if `From` is unset. This avoids errors from the `mail()` function if `Sender` is not set explicitly and php.ini is not configured. This is a minor functionality change, so bumps the minor version number.
## Version 6.2.0
* PHP 8.0 compatibility, many thanks to @jrf_nl!