<?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 Daniele -- you cannot debug in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038671#M45126</link>
    <description>&lt;P&gt;Daniele -- you cannot debug third-party plugins in the Emulate tab. You need to use an Android device with the Debug tab or build your app and test on device. The Emulate tab only supports the core Cordova plugins.&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2016 15:23:07 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2016-05-12T15:23:07Z</dc:date>
    <item>
      <title>Send e-mail</title>
      <link>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038665#M45120</link>
      <description>&lt;P&gt;Hello everyone , i have a problem with XDK.I'm trying to send an email but i don't know what is wrong. My code:&lt;/P&gt;

&lt;P&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function notEmpty(){&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var myTextField = document.getElementById('Name').value,document.getElementById('Mail').value;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(myTextField.value != "")&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; intel.xdk.device.sendEmail (myTextField.value, 'mail@mail.comr', 'Contact', true, null, null)&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert("Would you please enter some text?")&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/script&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;lt;input class="wide-control" placeholder="Placeholder Text" type="text" id="Nome"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;div class="table-thing with-label widget uib_w_2 d-margins" data-uib="app_framework/input" data-ver="1"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;label class="narrow-control label-inline" for="Mail"&amp;gt;Input&amp;lt;/label&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;input class="wide-control" placeholder="Placeholder Text" type="text" id="Mail"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/div&amp;gt;&amp;lt;a class="button widget uib_w_3 d-margins" data-uib="app_framework/button" data-ver="1"&amp;gt;Button&amp;lt;/a&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;button onclick="notEmpty()"&amp;gt;Click me&amp;lt;/button&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 02:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038665#M45120</guid>
      <dc:creator>Leonardo_M_3</dc:creator>
      <dc:date>2015-09-22T02:18:00Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038666#M45121</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Refer this plugin&amp;nbsp;https://github.com/katzer/cordova-plugin-email-composer&amp;nbsp;&lt;/P&gt;

&lt;P&gt;which might help&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 18:35:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038666#M45121</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-09-22T18:35:52Z</dc:date>
    </item>
    <item>
      <title>The Intel XDK plugins are no</title>
      <link>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038667#M45122</link>
      <description>&lt;P&gt;The Intel XDK plugins are no longer maintained and so we highly recommended our users switch over to their Cordova equivalents.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You might also want to read up on this if you want to launch email externally -&amp;nbsp;https://software.intel.com/en-us/xdk/articles/cordova-cli-412-domain-whitelisting-with-intel-xdk-for-ajax-and-launching-external-apps&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 00:05:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038667#M45122</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-09-23T00:05:22Z</dc:date>
    </item>
    <item>
      <title>^ up ^</title>
      <link>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038668#M45123</link>
      <description>&lt;P&gt;^ up ^&lt;/P&gt;

&lt;P&gt;Need to send email .. and i add this plugin &lt;A href="https://www.npmjs.com/package/cordova-plugin-email-composer" target="_blank"&gt;https://www.npmjs.com/package/cordova-plugin-email-composer&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;write this code to launch send email...window..&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp; cordova.plugins.email.open({&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp; to:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'danielea771@gmail.com',&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp; subject: 'Richiesta Farmaco',&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp; body:&amp;nbsp;&amp;nbsp; '&amp;lt;h1&amp;gt;prova&amp;lt;/h1&amp;gt;',&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp; isHtml:&amp;nbsp; true&lt;BR /&gt;
		});&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;But nothing happens... xdk block plugin in device?&lt;/P&gt;

&lt;P&gt;Please Let me understand...how to add this under whitelist...&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 12:52:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038668#M45123</guid>
      <dc:creator>Daniele_A_</dc:creator>
      <dc:date>2016-05-12T12:52:24Z</dc:date>
    </item>
    <item>
      <title>hi developer ... please let</title>
      <link>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038669#M45124</link>
      <description>&lt;P&gt;hi developer ... please let me to understand to add in whitelist this plugin email.composer&lt;/P&gt;

&lt;P&gt;cordova-plugin-email-composer version 0.8.3... seems device block it...&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;i use this ..code... &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp; cordova.plugins.email.open({&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp; to:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'danielea771@gmail.com',&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp; subject: 'Richiesta Farmaco',&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp; body:&amp;nbsp;&amp;nbsp; '&amp;lt;h1&amp;gt;prova&amp;lt;/h1&amp;gt;',&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp;&amp;nbsp; isHtml:&amp;nbsp; true&lt;BR /&gt;
		});&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;but i can't see any window in device... to send.. email!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 13:13:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038669#M45124</guid>
      <dc:creator>Daniele_A_</dc:creator>
      <dc:date>2016-05-12T13:13:00Z</dc:date>
    </item>
    <item>
      <title>You may need the InAppBrowser</title>
      <link>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038670#M45125</link>
      <description>&lt;P&gt;You may need the InAppBrowser plugin as well to get that one to work.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 14:37:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038670#M45125</guid>
      <dc:creator>Silviu_I_</dc:creator>
      <dc:date>2016-05-12T14:37:06Z</dc:date>
    </item>
    <item>
      <title>Daniele -- you cannot debug</title>
      <link>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038671#M45126</link>
      <description>&lt;P&gt;Daniele -- you cannot debug third-party plugins in the Emulate tab. You need to use an Android device with the Debug tab or build your app and test on device. The Emulate tab only supports the core Cordova plugins.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 15:23:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Send-e-mail/m-p/1038671#M45126</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-05-12T15:23:07Z</dc:date>
    </item>
  </channel>
</rss>

