0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Changelog

This commit is contained in:
Marcus Bointon 2020-09-21 10:33:15 +02:00
parent 7851021d3e
commit e78d99fb89
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -6,6 +6,9 @@
* Update links to SMTP testing servers
* Avoid errors when set_time_limit is disabled (you need better hosting!)
* Allow overriding auth settings for local tests; makes it easy to run tests using HELO
* Recover gracefully from errors during keepalive sessions
* Add AVIF MIME type mapping
* Prevent duplicate `To` headers in BCC-only messages when using `mail()`
## Version 6.1.7 (July 14th, 2020)
* Split SMTP connection into two separate methods