oscerd opened a new pull request, #25017: URL: https://github.com/apache/camel/pull/25017
Backport of #25015 to `camel-4.14.x`. `Ses2Producer.createMessage()` converted a `RawMessage` body with `raw.data().toString()`, which yields the `SdkBytes` debug descriptor (`SdkBytes(bytes=0x...)`) rather than the MIME payload — so that descriptor was sent as the e-mail body. Fixed by reading `raw.data().asUtf8String()`. The bug is present on this branch verbatim. Cherry-picked cleanly; `SesComponentTest` passes (5/5) on this branch. Upgrade-guide note is not applicable — this is a plain bug fix with no user-visible configuration change. --- _Claude Code on behalf of oscerd_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
