<?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 table/paste table in email using Mapiex or SMTP in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Send-table-paste-table-in-email-using-Mapiex-or-SMTP/m-p/48949#M4425</link>
    <description>​There is an easy option with smtp pop3 instead of using code stage.&lt;BR /&gt;1)For smtp/pop3 vbo set flag as True for BodyIsHtml Input.&lt;BR /&gt;2) If you want test with static table. Take a html code and paste it in " "&amp;nbsp; and send email it works. Now since we want to get data from collection. We need to add few more steps.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; So to add values to table dynamically from collection, instead of manually adding each row dynamically. Take a loop and then calc stage to add Collection rows to the table.&lt;BR /&gt;Add the below format in the calc And result store in Data Item "Body"..HTMLHeader will have html code till the table rows are added.&lt;BR /&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff00ff; font-size: small;" color="#ff00ff"&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN style="color: #ff00ff; font-size: small;" color="#ff00ff"&gt;&lt;B&gt;[&lt;/B&gt;HTML Header&lt;B&gt;]&lt;/B&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small;" color="#008000"&gt;"&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff00ff; font-size: small;" color="#ff00ff"&gt;[&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color: #ff00ff; font-size: small;" color="#ff00ff"&gt;Collection.Col1&lt;B&gt;]&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small;" color="#008000"&gt;"&amp;lt;/td&amp;gt; &lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&lt;SPAN style="color: #008000; font-size: small;" color="#008000"&gt;&amp;lt;td&amp;gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff00ff; font-size: small;" color="#ff00ff"&gt;[Collection&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color: #ff00ff; font-size: small;" color="#ff00ff"&gt;.Col2&lt;B&gt;]&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small;" color="#008000"&gt;"&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color: #008000; font-size: small;" color="#008000"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&lt;B&gt;&amp;amp;&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; NewLine&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #800080; font-size: small;" color="#800080"&gt;()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
So this will have collection in loop and iterates till collection ends. so we have the html code for all rows of table and finally we need html end part. &lt;BR /&gt;3)Now take one final&amp;nbsp;calculation stage and put the html in " " and data items using &amp;amp;. This Calc is to get all the html pieces together {HTML Header}+{HTML BODY)+{HTML END} and store in "Body"&lt;BR /&gt;4)Now use this body to send email.&lt;BR /&gt; Note:- Best way is to open w3schools html editor and try diff tags. copy paste same code in Calc between " " and try.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Naga Durga &lt;BR /&gt;RPA Modeller&lt;BR /&gt;America&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 23 Jul 2019 21:25:00 GMT</pubDate>
    <dc:creator>Naga_DurgaJakka</dc:creator>
    <dc:date>2019-07-23T21:25:00Z</dc:date>
    <item>
      <title>Send table/paste table in email using Mapiex or SMTP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-table-paste-table-in-email-using-Mapiex-or-SMTP/m-p/48945#M4421</link>
      <description>I need to send a data table in the email. I can see any action in Mapiex business object or Pop3 object which can do that.
Is there a workaround or any other business object that can help me do that?</description>
      <pubDate>Tue, 05 Jun 2018 10:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-table-paste-table-in-email-using-Mapiex-or-SMTP/m-p/48945#M4421</guid>
      <dc:creator>KaranJuneja</dc:creator>
      <dc:date>2018-06-05T10:52:00Z</dc:date>
    </item>
    <item>
      <title>You will have to configure…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-table-paste-table-in-email-using-Mapiex-or-SMTP/m-p/48946#M4422</link>
      <description>You will have to configure an HTML message and use the appropriate tags to specify the columns and rows (tr, td...)
Here you can see an example of how these tags could be used: &lt;A href="https://html-cleaner.com/html-table-generator/" target="test_blank"&gt;https://html-cleaner.com/html-table-generator/&lt;/A&gt;
But you can generate those tags dynamically if the number the rows changes for every email that you send.</description>
      <pubDate>Wed, 06 Jun 2018 01:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-table-paste-table-in-email-using-Mapiex-or-SMTP/m-p/48946#M4422</guid>
      <dc:creator>MelissaSuarez_G</dc:creator>
      <dc:date>2018-06-06T01:06:00Z</dc:date>
    </item>
    <item>
      <title>Would please suggest how to…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-table-paste-table-in-email-using-Mapiex-or-SMTP/m-p/48947#M4423</link>
      <description>Would please suggest how to configure HTML Message using MAPIEX</description>
      <pubDate>Thu, 07 Jun 2018 14:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-table-paste-table-in-email-using-Mapiex-or-SMTP/m-p/48947#M4423</guid>
      <dc:creator>BathulaSriniva1</dc:creator>
      <dc:date>2018-06-07T14:14:00Z</dc:date>
    </item>
    <item>
      <title>All you have to do is…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-table-paste-table-in-email-using-Mapiex-or-SMTP/m-p/48948#M4424</link>
      <description>All you have to do is enclose the message between the HTML tags that you want to use and use it as the ""Message"" input of the MAPIEx VBO.
For example, something like...
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is your message.
...would generate a message with bold letters like:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This is your message.
Make sure that you are using the VBO that is compatible with HTML. You can find it in this portal using the menu Products &amp;gt; VBOs.</description>
      <pubDate>Thu, 07 Jun 2018 23:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-table-paste-table-in-email-using-Mapiex-or-SMTP/m-p/48948#M4424</guid>
      <dc:creator>MelissaSuarez_G</dc:creator>
      <dc:date>2018-06-07T23:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Send table/paste table in email using Mapiex or SMTP</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Send-table-paste-table-in-email-using-Mapiex-or-SMTP/m-p/48949#M4425</link>
      <description>​There is an easy option with smtp pop3 instead of using code stage.&lt;BR /&gt;1)For smtp/pop3 vbo set flag as True for BodyIsHtml Input.&lt;BR /&gt;2) If you want test with static table. Take a html code and paste it in " "&amp;nbsp; and send email it works. Now since we want to get data from collection. We need to add few more steps.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; So to add values to table dynamically from collection, instead of manually adding each row dynamically. Take a loop and then calc stage to add Collection rows to the table.&lt;BR /&gt;Add the below format in the calc And result store in Data Item "Body"..HTMLHeader will have html code till the table rows are added.&lt;BR /&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff00ff; font-size: small;" color="#ff00ff"&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN style="color: #ff00ff; font-size: small;" color="#ff00ff"&gt;&lt;B&gt;[&lt;/B&gt;HTML Header&lt;B&gt;]&lt;/B&gt;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small;" color="#008000"&gt;"&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff00ff; font-size: small;" color="#ff00ff"&gt;[&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color: #ff00ff; font-size: small;" color="#ff00ff"&gt;Collection.Col1&lt;B&gt;]&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small;" color="#008000"&gt;"&amp;lt;/td&amp;gt; &lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&lt;SPAN style="color: #008000; font-size: small;" color="#008000"&gt;&amp;lt;td&amp;gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff00ff; font-size: small;" color="#ff00ff"&gt;[Collection&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color: #ff00ff; font-size: small;" color="#ff00ff"&gt;.Col2&lt;B&gt;]&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: small;" color="#008000"&gt;"&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color: #008000; font-size: small;" color="#008000"&gt; &lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small;" color="#ff0000"&gt;&lt;B&gt;&amp;amp;&lt;/B&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt; NewLine&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color: #800080; font-size: small;" color="#800080"&gt;()&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
So this will have collection in loop and iterates till collection ends. so we have the html code for all rows of table and finally we need html end part. &lt;BR /&gt;3)Now take one final&amp;nbsp;calculation stage and put the html in " " and data items using &amp;amp;. This Calc is to get all the html pieces together {HTML Header}+{HTML BODY)+{HTML END} and store in "Body"&lt;BR /&gt;4)Now use this body to send email.&lt;BR /&gt; Note:- Best way is to open w3schools html editor and try diff tags. copy paste same code in Calc between " " and try.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Naga Durga &lt;BR /&gt;RPA Modeller&lt;BR /&gt;America&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jul 2019 21:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Send-table-paste-table-in-email-using-Mapiex-or-SMTP/m-p/48949#M4425</guid>
      <dc:creator>Naga_DurgaJakka</dc:creator>
      <dc:date>2019-07-23T21:25:00Z</dc:date>
    </item>
  </channel>
</rss>

