<?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>article Sending an email in Legacy - Engage Bot</title>
    <link>https://community.sinch.com/t5/Legacy-Engage-Bot/Sending-an-email/ta-p/19185</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P class="text-align-justify"&gt;In response to a user message, a chatbot can send emails such as confirmation email to a user or to your team.&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;To set up sending an email, navigate to the detailed dialogue view (green arrow on the right of the dialogue box) and click on the envelope-icon next to the bot answer field. The following email template will appear:&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="99.png" style="width: 538px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/7032i301C628DEFA03B60/image-size/large?v=v2&amp;amp;px=999" role="button" title="99.png" alt="99.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;Substitute the default sender email (abc@sinchengage.com) and complete the form avoiding making any changes to the keywords __EMAIL, FROM, TO, SUBJECT. Feel free to use variables in any of the fields as shown in the screenshot below.&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;Emails are sent in the background independently of bot-messages so you can additionally send a text response to a user by simply adding another bot-answer:&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="100.png" style="width: 933px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/7033iCF527DE6D7B14931/image-size/large?v=v2&amp;amp;px=999" role="button" title="100.png" alt="100.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify" data-unlink="true"&gt;If an email address has be be first&amp;nbsp;provided by a user, you can validate the email inputted by using a pre-match&amp;nbsp;function&amp;nbsp;which performs a regular expression matching (preg_match(“/^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$/”, $email$) == 1 &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="101.png" style="width: 999px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/7034i91EB815C43B3264F/image-size/large?v=v2&amp;amp;px=999" role="button" title="101.png" alt="101.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="102.png" style="width: 999px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/7035i9FEAA5DCE925FCB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="102.png" alt="102.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 19 Feb 2026 15:12:14 GMT</pubDate>
    <dc:creator>VishalSandhu</dc:creator>
    <dc:date>2026-02-19T15:12:14Z</dc:date>
    <item>
      <title>Sending an email</title>
      <link>https://community.sinch.com/t5/Legacy-Engage-Bot/Sending-an-email/ta-p/19185</link>
      <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P class="text-align-justify"&gt;In response to a user message, a chatbot can send emails such as confirmation email to a user or to your team.&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;To set up sending an email, navigate to the detailed dialogue view (green arrow on the right of the dialogue box) and click on the envelope-icon next to the bot answer field. The following email template will appear:&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="99.png" style="width: 538px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/7032i301C628DEFA03B60/image-size/large?v=v2&amp;amp;px=999" role="button" title="99.png" alt="99.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;Substitute the default sender email (abc@sinchengage.com) and complete the form avoiding making any changes to the keywords __EMAIL, FROM, TO, SUBJECT. Feel free to use variables in any of the fields as shown in the screenshot below.&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;Emails are sent in the background independently of bot-messages so you can additionally send a text response to a user by simply adding another bot-answer:&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="100.png" style="width: 933px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/7033iCF527DE6D7B14931/image-size/large?v=v2&amp;amp;px=999" role="button" title="100.png" alt="100.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify" data-unlink="true"&gt;If an email address has be be first&amp;nbsp;provided by a user, you can validate the email inputted by using a pre-match&amp;nbsp;function&amp;nbsp;which performs a regular expression matching (preg_match(“/^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$/”, $email$) == 1 &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="101.png" style="width: 999px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/7034i91EB815C43B3264F/image-size/large?v=v2&amp;amp;px=999" role="button" title="101.png" alt="101.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="text-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="102.png" style="width: 999px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/7035i9FEAA5DCE925FCB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="102.png" alt="102.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Feb 2026 15:12:14 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Legacy-Engage-Bot/Sending-an-email/ta-p/19185</guid>
      <dc:creator>VishalSandhu</dc:creator>
      <dc:date>2026-02-19T15:12:14Z</dc:date>
    </item>
  </channel>
</rss>

