PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Adding Image to email using PT_MCF_MAIL:MCFOutboundEmail.Send

edited Oct 23, 2024 7:21PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 6 commentsAnswered ✓

We are building a process to send an email from PeopleCode using PT_MCF_MAIL:MFOutboundEmail.Send. It is working as expected for the regular text of the email. However, we need to include an image in the email and the image is not displaying correctly. When we display the image on a page, it is correct, but in the email text it is a short string of strange characters. The HTML string being use is
&eMail.Text = "<html><body><image>" | MY_REC.MY_IMAGE.value | "<image/>"; 
The image is stored on table PSCONTENT but we are not not sure if the format stored is impacting our results. If the format is impacting the results, what should it be? (.jpg, .png, .svg, etc)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center