Fixes
- Fix
EmailTaskcalling undefined methods onMailer/Messagewhen queued payloads contained keys from a serializedCake\Mailer\Message(htmlMessage,textMessage,appCharset). These are now routed to the correct Message setters (setBodyHtml,setBodyText,setCharsetfallback). (#474, fixes #473) - Fix
EmailTaskthrowingUnknown named parameterwhensettings.headersor thereadReceiptaddress setting was an associative map. (#474)
Full Changelog: 8.10.1...8.10.2