<?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: EMAIL NOTIFICATION in QEMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333351#M122875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siria&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check on qemc, tab system, setup, qlikview server, alert and then add address there.&lt;/P&gt;&lt;P&gt;if the task success it wont send email, but if there's error it will send email. it make easier since you've been alert if the task goes wrong..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you must setup mail server first on the same setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2012 02:58:11 GMT</pubDate>
    <dc:creator>marcohadiyanto</dc:creator>
    <dc:date>2012-08-02T02:58:11Z</dc:date>
    <item>
      <title>EMAIL NOTIFICATION in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333350#M122874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to send an email to the team once the task is finished in qemc saying that 'THE TASK IS FINISHED SUCCESFULLY'. I dont want any attachment to be sent along with this email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 01:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333350#M122874</guid>
      <dc:creator />
      <dc:date>2012-08-02T01:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: EMAIL NOTIFICATION in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333351#M122875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siria&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check on qemc, tab system, setup, qlikview server, alert and then add address there.&lt;/P&gt;&lt;P&gt;if the task success it wont send email, but if there's error it will send email. it make easier since you've been alert if the task goes wrong..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you must setup mail server first on the same setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 02:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333351#M122875</guid>
      <dc:creator>marcohadiyanto</dc:creator>
      <dc:date>2012-08-02T02:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: EMAIL NOTIFICATION in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333352#M122876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to send only when the task is reloaded and successfull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 03:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333352#M122876</guid>
      <dc:creator />
      <dc:date>2012-08-02T03:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: EMAIL NOTIFICATION in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333353#M122877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can write a macro to send the email and then assign the macro to onpostreload event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the below macro code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub SendMail &lt;BR /&gt;' Define the Variable for Receipients&lt;BR /&gt;Dim strMailTo&lt;BR /&gt;Dim strMailCC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Dim strMailBcc&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;strMailTo = "&lt;A href="mailto:youremailid@yourdomain.com"&gt;youremailid@yourdomain.com&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;strMailCC = "&lt;A href="mailto:youremailid@yourdomain.com"&gt;youremailid@yourdomain.com&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;strMailBcc = "&lt;A href="mailto:youremailid@yourdomain.com"&gt;youremailid@yourdomain.com&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;strMailSubj = "THE TASK IS FINISHED SUCCESSFULLY"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;' Email section &lt;BR /&gt;Set objCDOMsg = CreateObject("CDO.Message") &lt;BR /&gt;objCDOMsg.MimeFormatted = True&lt;BR /&gt;objCDOMsg.To = strMailTo&lt;BR /&gt;objCDOMsg.Cc = strMailCC&lt;BR /&gt;objCDOMsg.Bcc = strMailBcc&lt;BR /&gt;objCDOMsg.From = "&lt;A href="mailto:youremailid@yourdomain.com"&gt;youremailid@yourdomain.com&lt;/A&gt;"&lt;BR /&gt;objCDOMsg.Subject = strMailSubj &lt;/P&gt;&lt;P&gt;strHTMLBody= "&amp;lt;html&amp;gt;THE TASK IS FINISHED SUCCESSFULLY &amp;lt;/html&amp;gt;"&lt;BR /&gt;objCDOMsg.HTMLBody = strHTMLBody&lt;/P&gt;&lt;P&gt;objCDOMsg.Configuration.Fields.Item("&lt;A href="http://schemas.microsoft.com/cdo/configuration/sendusing"&gt;http://schemas.microsoft.com/cdo/configuration/sendusing&lt;/A&gt;") = 2&lt;BR /&gt;objCDOMsg.Configuration.Fields.Item("&lt;A href="http://schemas.microsoft.com/cdo/configuration/smtpserver"&gt;http://schemas.microsoft.com/cdo/configuration/smtpserver&lt;/A&gt;") = "your smtp server"&lt;BR /&gt;objCDOMsg.Configuration.Fields.Item("&lt;A href="http://schemas.microsoft.com/cdo/configuration/smtpserverport"&gt;http://schemas.microsoft.com/cdo/configuration/smtpserverport&lt;/A&gt;") = 25&lt;BR /&gt;objCDOMsg.Configuration.Fields.Update&lt;BR /&gt;objCDOMsg.Fields.Update &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;If not IsEmpty(objCDOMsg.To) or not isnull(objCDOMsg.To) then&lt;BR /&gt;&amp;nbsp; objCDOMsg.Send &lt;BR /&gt;end if&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; Set objCDOMsg = Nothing&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this macro by specifying your email addresses and the smtp server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What important here is you need to create a batch file to reload and you can schedule the batch file on QEMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Kuldeep Tak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 03:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333353#M122877</guid>
      <dc:creator />
      <dc:date>2012-08-02T03:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: EMAIL NOTIFICATION in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333354#M122878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siri,&lt;/P&gt;&lt;P&gt;if you have Publisher in your QV configuration, you can do that using its functionality (in QMC create reload task; in 'Distribute' tab of task settings you can find 'Distribute to QlikView Server' area, where users that should access document can be selected. In 'Notify' tab check 'Send notification e-mail to recipients' and that is all. When reload finishes, users will get mail). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 06:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333354#M122878</guid>
      <dc:creator />
      <dc:date>2012-08-02T06:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: EMAIL NOTIFICATION in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333355#M122879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krunoslav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to your procedure as well as an e-mail is sent also the .qvw file will be distributed to the selected folder. Is there also a possibility to just reload and sent a notify e-mail after successful completion without distributing the .qvw file or sending the .qvw file along with the e-mail?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 12:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333355#M122879</guid>
      <dc:creator />
      <dc:date>2014-02-11T12:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: EMAIL NOTIFICATION in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333356#M122880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could add an external task whick is executed after successful reload of previous job.&lt;/P&gt;&lt;P&gt;Put a .cmd job in there which sends your email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use this : clemail.exe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in QMC : System / supporting tasks / external program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 14:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333356#M122880</guid>
      <dc:creator>dirk_konings</dc:creator>
      <dc:date>2014-02-11T14:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: EMAIL NOTIFICATION in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333357#M122881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did already read about the possibility of external program task and mail via bat, but I'm not yet into it. I will take a closer look at this - if there exists already a howto please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 15:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/EMAIL-NOTIFICATION-in-QEMC/m-p/333357#M122881</guid>
      <dc:creator />
      <dc:date>2014-02-11T15:04:53Z</dc:date>
    </item>
  </channel>
</rss>

