Adding Image to email using PT_MCF_MAIL:MCFOutboundEmail.Send
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)