<?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: Embedding image in html body in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79090#M31040</link>
    <description>&lt;P&gt;Hi Manoj Patidar&lt;/P&gt;
&lt;P&gt;A workaround is to add the image as an attachment to Outlook VBO and use &amp;lt;img src=""cid:image.jpg""&amp;gt;&lt;/P&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Leonardo Soares&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 15 Sep 2023 17:10:00 GMT</pubDate>
    <dc:creator>LeonardoSQueiroz</dc:creator>
    <dc:date>2023-09-15T17:10:00Z</dc:date>
    <item>
      <title>Embedding image in html body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79088#M31038</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am trying to send a mail via Outlook.&lt;/P&gt;
&lt;P&gt;I am embedding image in the html body.&lt;/P&gt;
&lt;P&gt;Image is stored in my local machine.&lt;/P&gt;
&lt;P&gt;When I am sending mail everything works fine expect the embedded image, which other person is not seeing.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am using &amp;lt;img src="file path"&amp;gt; to embed image.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please let me know if anyone worked with this or have any idea.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks and Regards&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manoj Patidar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Sep 2023 10:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79088#M31038</guid>
      <dc:creator>ManojPatidar</dc:creator>
      <dc:date>2023-09-15T10:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embedding image in html body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79089#M31039</link>
      <description>&lt;P&gt;Hello Manoj.&lt;/P&gt;
&lt;P&gt;My suggestion is to embed the image after converting it to BASE64.&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;&amp;lt;p&amp;gt;&amp;lt;img id="YourImageID"  src="data:image/png;base64, AddYourBase64StringHere" alt="Image Alternative info"&amp;gt;
&amp;lt;/p&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;So your code will not depend of accessing your filesystem anymore.&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt;Flavio&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Flavio Lara&lt;BR /&gt;System Analyst&lt;BR /&gt;Vallourec Tubos do Brasil&lt;BR /&gt;Belo HorizonteBrazil&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 13:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79089#M31039</guid>
      <dc:creator>flavio.lara</dc:creator>
      <dc:date>2023-09-15T13:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embedding image in html body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79090#M31040</link>
      <description>&lt;P&gt;Hi Manoj Patidar&lt;/P&gt;
&lt;P&gt;A workaround is to add the image as an attachment to Outlook VBO and use &amp;lt;img src=""cid:image.jpg""&amp;gt;&lt;/P&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Leonardo Soares&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Sep 2023 17:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79090#M31040</guid>
      <dc:creator>LeonardoSQueiroz</dc:creator>
      <dc:date>2023-09-15T17:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embedding image in html body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79091#M31041</link>
      <description>&lt;P&gt;Hi Manoj Patidor,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;As suggested by Leonardo Soares, you need to attach that image and use image tag. i used in the past for both outlook&amp;nbsp; VBO as Well as SMTP.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;O&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;-----------------------&lt;BR /&gt;If I answered your query. Please mark it as the "Best Answer"&lt;BR /&gt;&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;Lead developer&lt;BR /&gt;America/New_York TX&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2023 02:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79091#M31041</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-09-16T02:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embedding image in html body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79092#M31042</link>
      <description>&lt;P&gt;Hi Flavio Lara,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Can you help me with conversion of image into BASE64 string.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks and regards.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manoj Patidar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Sep 2023 13:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79092#M31042</guid>
      <dc:creator>ManojPatidar</dc:creator>
      <dc:date>2023-09-17T13:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embedding image in html body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79093#M31043</link>
      <description>&lt;P&gt;Hi Leonardo,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If i attached image into Outlook VBO, will it shows as an attachment into the email? like normal attachment used in our day to day life.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Or just help to embed image into the html body?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Manoj Patidar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Sep 2023 13:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79093#M31043</guid>
      <dc:creator>ManojPatidar</dc:creator>
      <dc:date>2023-09-17T13:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embedding image in html body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79094#M31044</link>
      <description>&lt;P&gt;Hi Manoj,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If I recall correctly when ever it is unable to embed&amp;nbsp; because of some syntaxes mistake&amp;nbsp; in html it will include in the attachment otherwise it will not&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;-----------------------&lt;BR /&gt;If I answered your query. Please  mark it as the "Best Answer"&lt;BR /&gt;&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;Lead developer&lt;BR /&gt;America/New_York TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Sep 2023 16:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79094#M31044</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-09-17T16:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embedding image in html body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79095#M31045</link>
      <description>&lt;P&gt;Hi Manoj,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;To convert the image to base 64 you can utilize the digital exchange VBO. Below is the link for the same.&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/base64encoder-2" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/base64encoder-2&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;-----------------------&lt;BR /&gt;If I answered your query. Please  mark it as the "Best Answer"&lt;BR /&gt;&lt;BR /&gt;Harish Mogulluri&lt;BR /&gt;Lead developer&lt;BR /&gt;America/New_York TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Sep 2023 01:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79095#M31045</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-09-18T01:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Embedding image in html body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79096#M31046</link>
      <description>&lt;P&gt;Hi Manoj.&lt;/P&gt;
&lt;P&gt;You can use a VBO from DX like:&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/utility---file-manipulation" target="_blank" rel="noopener"&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Option 1: &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/base64encoder-2" target="_blank" rel="noopener"&gt;Blue Prism Digital Exchange&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Option 2: &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/utility---file-manipulation" target="_blank" rel="noopener"&gt;Blue Prism Digital Exchange&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Flavio Lara&lt;BR /&gt;System Analyst&lt;BR /&gt;Vallourec Tubos do Brasil&lt;BR /&gt;Belo HorizonteBrazil&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Sep 2023 11:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Embedding-image-in-html-body/m-p/79096#M31046</guid>
      <dc:creator>flavio.lara</dc:creator>
      <dc:date>2023-09-18T11:02:00Z</dc:date>
    </item>
  </channel>
</rss>

