This commit is contained in:
Javier Casares 2026-09-01 06:17:08 +00:00
commit 25dd2146b1
10 changed files with 286 additions and 231 deletions

View file

@ -1,5 +1,25 @@
== Changelog ==
= 2.1.9 =
_Release date: 2026-09-01_
**Fixed**
* Emails were aborted when a recipient or Reply-To header used the combined "Name <email>" form — for example WooCommerce admin "New order" notifications carrying `Reply-To: Customer Name <customer@email.com>`. The display name and the email address are now split before being passed to PHPMailer, so these emails are delivered instead of failing with "Amazon SES rejected the reply-to address". Applies to To, CC, BCC, and Reply-To headers, including folded (multiline) header values.
**Compatibility**
* WordPress: 5.7 - 7.1
* PHP: 8.2 - 8.5
**Tests**
* PHP_CodeSniffer: 3.13.6
* WordPress Coding Standards: 3.4.1
* PHPCompatibility: 9.3.5
* PHPStan: 2.2.9
= 2.1.8 =
_Release date: 2026-08-24_