<?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 emails during working hours only in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Send-emails-during-working-hours-only/m-p/98062#M3069</link>
    <description>&lt;P&gt;Hello Teresa,&lt;/P&gt;
&lt;P&gt;I agree with &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt;&lt;SPAN style="color: #f15f44"&gt;&lt;SPAN style="font-size: 14.6667px"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt; the best option will be deferring the item in queue and send the email to the customers. This will really help you to track the email status in the queue management. Scheduled emails will actually stay in the outbox and it's difficult to monitor them.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2023 03:08:22 GMT</pubDate>
    <dc:creator>Athiban_Mahamathi</dc:creator>
    <dc:date>2023-06-21T03:08:22Z</dc:date>
    <item>
      <title>Send emails during working hours only</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Send-emails-during-working-hours-only/m-p/98059#M3066</link>
      <description>&lt;P&gt;What is the best way to handle sending emails to customers within working hours (robot working 24/7)?&amp;nbsp; Is there a 'delay send' object for Outlook?&amp;nbsp; Should we set up a queue for these emails and schedule the processing during working hours only?&amp;nbsp; I can't seem to see any advice for this?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 10:48:51 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Send-emails-during-working-hours-only/m-p/98059#M3066</guid>
      <dc:creator>Treezo</dc:creator>
      <dc:date>2023-06-20T10:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Send emails during working hours only</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Send-emails-during-working-hours-only/m-p/98060#M3067</link>
      <description>&lt;P&gt;Hello Teresa,&lt;/P&gt;
&lt;P&gt;Currently Outlook VBO doesn't have an action to schedule or delay an email. You can create a custom action by following the below.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Take a copy of existing Send Email Action and Rename it.&lt;/LI&gt;
&lt;LI&gt;Add this line in the code stage under Try block. &lt;STRONG&gt;mail.DeferredDeliveryTime = sendDateTime&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Add the &lt;STRONG&gt;sendDateTime &lt;/STRONG&gt;in the inputs.&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35678.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35712i37C30091948D3A5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="35678.png" alt="35678.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P style="padding-left: 40px"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35679.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35711i7FF7A0FB587334D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="35679.png" alt="35679.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="padding-left: 40px"&gt;
&lt;/P&gt;&lt;P style="padding-left: 40px"&gt;Post creating the custom action in the object, you can follow the below flow.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Configure From &amp;amp; To Business Hours under Environmental variables.&lt;/LI&gt;
&lt;LI&gt;In your process, you can add a decision stage to validate the business hour. if the current time is between the business hours, then send the email.&lt;/LI&gt;
&lt;LI&gt;If the current time is not with in the business hours, then you can schedule the email using the above created custom action.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Alternatively, you can also defer the items in the queue and send the emails during the business hours.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 11:30:18 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Send-emails-during-working-hours-only/m-p/98060#M3067</guid>
      <dc:creator>Athiban_Mahamathi</dc:creator>
      <dc:date>2023-06-20T11:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Send emails during working hours only</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Send-emails-during-working-hours-only/m-p/98061#M3068</link>
      <description>&lt;P&gt;Hello Teresa,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my opinion, the best option would be to have logic in your bot to check the timings and defer the item. Maybe a separate queue also works for the send email part.&lt;/P&gt;
&lt;P&gt;Let us know how it goes and shall you need any more help.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 15:01:12 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Send-emails-during-working-hours-only/m-p/98061#M3068</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2023-06-20T15:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Send emails during working hours only</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Send-emails-during-working-hours-only/m-p/98062#M3069</link>
      <description>&lt;P&gt;Hello Teresa,&lt;/P&gt;
&lt;P&gt;I agree with &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt;&lt;SPAN style="color: #f15f44"&gt;&lt;SPAN style="font-size: 14.6667px"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt; the best option will be deferring the item in queue and send the email to the customers. This will really help you to track the email status in the queue management. Scheduled emails will actually stay in the outbox and it's difficult to monitor them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 03:08:22 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Send-emails-during-working-hours-only/m-p/98062#M3069</guid>
      <dc:creator>Athiban_Mahamathi</dc:creator>
      <dc:date>2023-06-21T03:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Send emails during working hours only</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Send-emails-during-working-hours-only/m-p/98063#M3070</link>
      <description>&lt;P&gt;Thanks &lt;A class="user-content-mention" data-sign="@" data-contactkey="e1e4c10a-aae8-4188-b921-01877e39f53b" data-tag-text="@Athiban Mahamathi Mathialagan" href="https://community.blueprism.com/network/profile?UserKey=e1e4c10a-aae8-4188-b921-01877e39f53b" data-itemmentionkey="4d54599c-48e6-4fc9-9ef9-6b1eafbb240a"&gt;@Athiban Mahamathi Mathialagan&lt;/A&gt; and &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt; for your advice.&amp;nbsp; I tried to create a copy of the send email using the deferred date but that doesn't seem to be working for me.&amp;nbsp; I think I will go with the advice and update the queue item and defer to email during the working day timeframe.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 08:28:35 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Send-emails-during-working-hours-only/m-p/98063#M3070</guid>
      <dc:creator>Treezo</dc:creator>
      <dc:date>2023-06-21T08:28:35Z</dc:date>
    </item>
  </channel>
</rss>

