Update dependency phpmailer/phpmailer to v6.5.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
phpmailer/phpmailer | require | patch |
6.5.0 -> 6.5.1
|
Release Notes
PHPMailer/PHPMailer
v6.5.1
- Provisional support for PHP 8.1
- Major overhaul of test suite
- Add codecov.io coverage reporting
- Prefer implicit TLS on port 465 as default encryption scheme in examples, as per RFC8314
- Fix potential noisy output from IMAP address parser
- Stricter checking of custom MessageID validity
- Replace invalid default From address
- Support fallback for languages, so a request for
pt_xx
will fall back topt
rather than the defaulten
. - Support multi-line RFC2047 addresses in parseAddresses
- Improved Japanese translation
Many thanks to @jrfnl for all her work.
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.