Make WordPress Core

Opened 12 months ago

Closed 12 months ago

Last modified 10 months ago

#59966 closed task (blessed) (fixed)

PHPMailer: Update to v6.9.1

Reported by: jrf's profile jrf Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.5 Priority: normal
Severity: normal Version: 6.4
Component: External Libraries Keywords: needs-patch add-to-field-guide
Focuses: Cc:

Description

PHPMailer 6.9.1 has just been released. This release (and the unreleased v 6.9.0) a maintenance and feature release.

Full details:

I've reviewed the diff and the changes look sensible to me, so I would recommend an update.

Previously: #53430, #53953, #54514, #55187, #55277, #55976, #56016, #56413, #56772, #57281, #57873, #59238

Change History (2)

#1 @SergeyBiryukov
12 months ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 57137:

External Libraries: Upgrade PHPMailer to version 6.9.1.

This is a maintenance and feature release, adding support for the official release of PHP 8.3, methods for removing and replacing custom headers, XCLIENT support, and links to a new way of implementing XOAUTH2 authentication.

The only change likely to have any impact on existing code is that PHPMailer previously attempted to use opportunistic STARTTLS encryption when connecting to localhost, which was unlikely to work. The workaround required setting SMTPAutoTLS = false, but that's no longer required. You may still need to use this setting when connecting to literal IPs.

References:

Follow-up to [50628], [50799], [51169], [51634], [51635], [52252], [52749], [52811], [53500], [53535], [53917], [54427], [54937], [55557], [56484].

Props jrf, Synchro.
Fixes #59966.

#2 @stevenlinx
10 months ago

  • Keywords add-to-field-guide added
Note: See TracTickets for help on using tickets.