E-WF: Outbound Email Sent with MCFOutboundEmail AddHeader PeopleCode Contains Image Attachments Instead of Inline Images
(Doc ID 1298025.1)
Last updated on APRIL 04, 2025
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.46 to 8.51 [Release 8.4]Information in this document applies to any platform.
Symptoms
Outbound email sent with MCFOutboundEmail Application Classes in PeopleCode send the emails with images as attachments rather than included in the message.
STEPS
---------------
The issue can be reproduced with the following steps:
1. Send email using images as per the following peoplecode:
...
&image.SetAttachmentContent(&str_ImageURL, %FilePath_Absolute, "image1.png", "This is a logo image!", "image/png", "");
&image.AddHeader("Content-Disposition", "inline");
&image.AddHeader("filename", "image1.png");
&image.AddHeader("Content-ID", "image1.png");
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |