<?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: Send email with predefined template in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Send-email-with-predefined-template/m-p/54833#M9253</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If possible, you can also create an Outlook Emailtemplate in which you edit/insert the data you need.&lt;BR /&gt;This isn't a standard action in the VBO, but can be created by yourself. Using the code below can enable you to use a specific predefined template to use.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Dim mail = app.CreateItemFromTemplate(Emailtemplate)&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Remko Bouwens&lt;BR /&gt;RPA Specialist&lt;BR /&gt;Boels Rental&lt;BR /&gt;Europe/Amsterdam&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 15 Jun 2021 12:32:00 GMT</pubDate>
    <dc:creator>remko.bouwens</dc:creator>
    <dc:date>2021-06-15T12:32:00Z</dc:date>
    <item>
      <title>Send email with predefined template</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-email-with-predefined-template/m-p/54829#M9249</link>
      <description>&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to use an email template to send some notifications, Something like this:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20599.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/20745iAA43880A6031FCFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="20599.png" alt="20599.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The table (Item | Description | Price) could have multiple rows. What is the best way to do this? For other projects, I run an Excel macro that sends the template and I replace the data fields with the information. I think this is not going to work with the table, and it's not too robust. I also tried to replicate the template using HTML but the result was awful.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;BD&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dylan&lt;BR /&gt;-&lt;BR /&gt;-&lt;BR /&gt;America/Argentina/Buenos_Aires&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2021 11:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-email-with-predefined-template/m-p/54829#M9249</guid>
      <dc:creator>Dylan1</dc:creator>
      <dc:date>2021-06-14T11:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Send email with predefined template</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-email-with-predefined-template/m-p/54830#M9250</link>
      <description>Hi Dylan,&lt;BR /&gt;&lt;BR /&gt;Please use the HTML tags only and inline style properties to achieve this, take some editor to see the progress first then you can copy that code to BP text data item and do not forget to insert the data items references in HTML code where you want dynamic data.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Akhil Thukral&lt;BR /&gt;Application Development Module Lead - Blue Prism&lt;BR /&gt;Telus International&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2021 12:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-email-with-predefined-template/m-p/54830#M9250</guid>
      <dc:creator>AkhilThukral</dc:creator>
      <dc:date>2021-06-14T12:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Send email with predefined template</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-email-with-predefined-template/m-p/54831#M9251</link>
      <description>&lt;P&gt;Hi Dylan,&lt;/P&gt;
&lt;P&gt;The HTML should work, it'll be better if you can share the HTML, so somebody can help you out with it.&lt;/P&gt;
&lt;P&gt;Have you tried to fill the excel with the MS Excel VBO and then use the Run Macro action to run the macro?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2021 12:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-email-with-predefined-template/m-p/54831#M9251</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2021-06-14T12:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Send email with predefined template</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-email-with-predefined-template/m-p/54832#M9252</link>
      <description>Hi Dylan,&lt;BR /&gt;&lt;BR /&gt;Please use the HTML tags and inline styling property to create such template. Use some HTML editor instead of directly using data item, once you got confidence on your create template, replace the data item reference form BP where you want to see the dynamic values.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Akhil Thukral&lt;BR /&gt;Application Development Module Lead - Blue Prism&lt;BR /&gt;Telus International&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2021 12:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-email-with-predefined-template/m-p/54832#M9252</guid>
      <dc:creator>AkhilThukral</dc:creator>
      <dc:date>2021-06-14T12:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Send email with predefined template</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-email-with-predefined-template/m-p/54833#M9253</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If possible, you can also create an Outlook Emailtemplate in which you edit/insert the data you need.&lt;BR /&gt;This isn't a standard action in the VBO, but can be created by yourself. Using the code below can enable you to use a specific predefined template to use.&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Dim mail = app.CreateItemFromTemplate(Emailtemplate)&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Remko Bouwens&lt;BR /&gt;RPA Specialist&lt;BR /&gt;Boels Rental&lt;BR /&gt;Europe/Amsterdam&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jun 2021 12:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-email-with-predefined-template/m-p/54833#M9253</guid>
      <dc:creator>remko.bouwens</dc:creator>
      <dc:date>2021-06-15T12:32:00Z</dc:date>
    </item>
  </channel>
</rss>

