<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: How do I send an image in an email body? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-do-I-send-an-image-in-an-email-body/m-p/62374#M15495</link>
    <description>&lt;P&gt;Just share my available action below:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;save the image in local drive, like: d:\img\img1.jpg&lt;/LI&gt;
&lt;LI&gt;replace the "\" to "/" for the image path, like: d:/img/img1.jpg&lt;/LI&gt;
&lt;LI&gt;set the path in the html element, like:&amp;nbsp; &amp;lt;img src='file:d:/img/img1.jpg'&amp;gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;note: key word is &lt;STRONG&gt;"file:"&lt;/STRONG&gt; if save file in local drive&lt;/P&gt;
&lt;P&gt;And hope it would help you, thank you.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Daniel Cheng&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 13 Dec 2023 02:25:00 GMT</pubDate>
    <dc:creator>daniel_cg</dc:creator>
    <dc:date>2023-12-13T02:25:00Z</dc:date>
    <item>
      <title>How do I send an image in an email body?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-do-I-send-an-image-in-an-email-body/m-p/62372#M15493</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I've attached the image "Return Mail Image Header.png" as an attachment to the email. However, I want to show this image in the actual body of the email. I tried using CID in the body like this, but with no success. How can I accomplish this? Is there any other way to have inline images without using CID? Would using a Base64 string be better?&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20981.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/21124iBAAC8483EF1984D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="20981.png" alt="20981.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;By the way, I've already taken a look at this thread, which is 4 years old and doesn't work in 2023. I hope somebody can send a CURRENT working solution. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MID=2253&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01" target="test_blank"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MID=2253&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Humza Qureshi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Dec 2023 16:26:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-do-I-send-an-image-in-an-email-body/m-p/62372#M15493</guid>
      <dc:creator>HumzaQureshi</dc:creator>
      <dc:date>2023-12-11T16:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do I send an image in an email body?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-do-I-send-an-image-in-an-email-body/m-p/62373#M15494</link>
      <description>&lt;P&gt;Hi Humza,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;To add an image into an email body (instead of an attachment), you could insert an image in the body of an email using HTML tags to point to an image hosted online. Using a Data Item, with data type as "text", add the HTML code which makes it possible to send an email with an image included in the body of the message.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Steve Boggs&lt;BR /&gt;Senior Product Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;Austin, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Dec 2023 22:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-do-I-send-an-image-in-an-email-body/m-p/62373#M15494</guid>
      <dc:creator>steven.boggs</dc:creator>
      <dc:date>2023-12-11T22:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do I send an image in an email body?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-do-I-send-an-image-in-an-email-body/m-p/62374#M15495</link>
      <description>&lt;P&gt;Just share my available action below:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;save the image in local drive, like: d:\img\img1.jpg&lt;/LI&gt;
&lt;LI&gt;replace the "\" to "/" for the image path, like: d:/img/img1.jpg&lt;/LI&gt;
&lt;LI&gt;set the path in the html element, like:&amp;nbsp; &amp;lt;img src='file:d:/img/img1.jpg'&amp;gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;note: key word is &lt;STRONG&gt;"file:"&lt;/STRONG&gt; if save file in local drive&lt;/P&gt;
&lt;P&gt;And hope it would help you, thank you.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Daniel Cheng&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2023 02:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-do-I-send-an-image-in-an-email-body/m-p/62374#M15495</guid>
      <dc:creator>daniel_cg</dc:creator>
      <dc:date>2023-12-13T02:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do I send an image in an email body?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-do-I-send-an-image-in-an-email-body/m-p/62375#M15496</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Try using this expression after converting the image to base 64:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;p&amp;gt;&amp;lt;img id="ImageID" &amp;nbsp;src="data:image/png;base64, Base64Code"&amp;gt; &amp;lt;/p&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Leonardo Soares&lt;BR /&gt;RPA Developer Tech Leader&lt;BR /&gt;Bridge Consulting&lt;BR /&gt;América/Brazil&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 02:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-do-I-send-an-image-in-an-email-body/m-p/62375#M15496</guid>
      <dc:creator>LeonardoSQueiroz</dc:creator>
      <dc:date>2023-12-18T02:24:00Z</dc:date>
    </item>
  </channel>
</rss>

