<?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 SMTP mail sending function inquiry in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/SMTP-mail-sending-function-inquiry/m-p/2140581#M92744</link>
    <description>&lt;P&gt;I am trying to send SMTP mail using Qlik SMTP Connector from QlikWebConnectors.&lt;BR /&gt;I modified the script generated by Qlik SMTP Connector to create the script below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qwebnm_0-1700706630461.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120459i1974622B06E22990/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qwebnm_0-1700706630461.png" alt="qwebnm_0-1700706630461.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this script, is it possible to change the recipient by adding or deleting the recipient vMailRecipients value from the app sheet?&lt;/P&gt;
&lt;P&gt;I don't think you can do that from a sheet in the app.&lt;BR /&gt;Because after processing the data in the script, I think the app's sheet is only used to display the processed data.&lt;BR /&gt;If I'm wrong, is there another way?&lt;BR /&gt;I need advice from the Qlik team.&lt;/P&gt;
&lt;P&gt;Please reply if possible.&lt;BR /&gt;thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Nov 2023 02:30:56 GMT</pubDate>
    <dc:creator>qwebnm</dc:creator>
    <dc:date>2023-11-23T02:30:56Z</dc:date>
    <item>
      <title>SMTP mail sending function inquiry</title>
      <link>https://community.qlik.com/t5/App-Development/SMTP-mail-sending-function-inquiry/m-p/2140581#M92744</link>
      <description>&lt;P&gt;I am trying to send SMTP mail using Qlik SMTP Connector from QlikWebConnectors.&lt;BR /&gt;I modified the script generated by Qlik SMTP Connector to create the script below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qwebnm_0-1700706630461.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120459i1974622B06E22990/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qwebnm_0-1700706630461.png" alt="qwebnm_0-1700706630461.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this script, is it possible to change the recipient by adding or deleting the recipient vMailRecipients value from the app sheet?&lt;/P&gt;
&lt;P&gt;I don't think you can do that from a sheet in the app.&lt;BR /&gt;Because after processing the data in the script, I think the app's sheet is only used to display the processed data.&lt;BR /&gt;If I'm wrong, is there another way?&lt;BR /&gt;I need advice from the Qlik team.&lt;/P&gt;
&lt;P&gt;Please reply if possible.&lt;BR /&gt;thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 02:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SMTP-mail-sending-function-inquiry/m-p/2140581#M92744</guid>
      <dc:creator>qwebnm</dc:creator>
      <dc:date>2023-11-23T02:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP mail sending function inquiry</title>
      <link>https://community.qlik.com/t5/App-Development/SMTP-mail-sending-function-inquiry/m-p/2140582#M92745</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you storing recipient lists in the table in the data model? And you want to pull those recipients in the vMailRecipients dynamically?&lt;/P&gt;
&lt;P&gt;If yes, then you can use peek() function to get the value and store in the variable and then pass the variable as value in Encode(variable,vMailRecipients).&lt;/P&gt;
&lt;P&gt;If there are multiple recipients, you can use for loop to pick the emails one by one and call the subroutine&amp;nbsp; in the for loop where you are creating email alerts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 02:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/SMTP-mail-sending-function-inquiry/m-p/2140582#M92745</guid>
      <dc:creator>Akash_Pohare</dc:creator>
      <dc:date>2023-11-23T02:56:35Z</dc:date>
    </item>
  </channel>
</rss>

