Insert image in body of email in workflow
I have a workflow that generates a map image and sends an email with that image as an attachment in an email. Works great, but our preference would be for that image to be inserted in the body of the email, not as an attachment. Does anyone know if there is a way to add an image in the body of the email in the Send Mail activity?
0
-
Hi Shana
have you investigated making making the body of the e-mail HTML formatted?
If I recall correctly there is a property to set on the Email object as to whether the Body IsHtmlFormatted.
You then construct the body to have <img src='http://urlToImage/image.jpg'> tags etc in the body text
Regards
Ralph Price0 -
Old post, but I happened to find a solution to this just recently.
My workflow sends an email that includes a map image attachment named mapimage.png. By including the following html within the email body, the image will show as part of the emai:
"<img src=""cid:mapimage.png""/>"0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare