<?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 Rakshith, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073993#M59199</link>
    <description>&lt;P&gt;Rakshith,&lt;/P&gt;

&lt;P&gt;First of all , I thank for responding to my problem.&lt;/P&gt;

&lt;P&gt;I have copy pasted your code and added the same plugin in and its not working, I am trying to test this functionality using Intel App Preview app and its not working their and do you suggest any other approach to test this functionality, please advise.&lt;/P&gt;

&lt;P&gt;Its critical now and appreciate your quick response.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;RK&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 21 Feb 2016 02:25:11 GMT</pubDate>
    <dc:creator>Raj_Kumar</dc:creator>
    <dc:date>2016-02-21T02:25:11Z</dc:date>
    <item>
      <title>email plugin not working, please help !!</title>
      <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073991#M59197</link>
      <description>&lt;P&gt;I am trying to develop an app and apparently it should trigger an email and I am trying to use Cardova plugin and calling the below two functions and none of them are working, does anybody has any examples, please advise.&lt;/P&gt;

&lt;P&gt;window.plugins.emailComposer.showEmailComposerWithCallback&lt;/P&gt;

&lt;P&gt;cordova.plugins.email.open&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;thanks,&lt;/P&gt;

&lt;P&gt;RK.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:46:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073991#M59197</guid>
      <dc:creator>Raj_Kumar</dc:creator>
      <dc:date>2016-02-15T19:46:59Z</dc:date>
    </item>
    <item>
      <title>Which plugin are you using?</title>
      <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073992#M59198</link>
      <description>&lt;P&gt;Which plugin are you using?&lt;/P&gt;

&lt;P&gt;Here is simple example:&lt;/P&gt;

&lt;P&gt;add this as third-party plugin via git url:&amp;nbsp;https://github.com/katzer/cordova-plugin-email-composer&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;&amp;lt;script&amp;gt;
function email(){
    cordova.plugins.email.open({
        to:      'youremail@gmail.com',
        subject: 'Greetings',
        body:    'Hello How are you?'
    });
}        
&amp;lt;/script&amp;gt;

 &amp;lt;button onclick="email()"&amp;gt;Email&amp;lt;/button&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;more documentation here:https://github.com/katzer/cordova-plugin-email-composer&lt;/P&gt;

&lt;P&gt;you have to build the app and install on device to test, this code works on ios and android&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 21:42:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073992#M59198</guid>
      <dc:creator>Rakshith_K_Intel</dc:creator>
      <dc:date>2016-02-16T21:42:55Z</dc:date>
    </item>
    <item>
      <title>Rakshith,</title>
      <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073993#M59199</link>
      <description>&lt;P&gt;Rakshith,&lt;/P&gt;

&lt;P&gt;First of all , I thank for responding to my problem.&lt;/P&gt;

&lt;P&gt;I have copy pasted your code and added the same plugin in and its not working, I am trying to test this functionality using Intel App Preview app and its not working their and do you suggest any other approach to test this functionality, please advise.&lt;/P&gt;

&lt;P&gt;Its critical now and appreciate your quick response.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;RK&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2016 02:25:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073993#M59199</guid>
      <dc:creator>Raj_Kumar</dc:creator>
      <dc:date>2016-02-21T02:25:11Z</dc:date>
    </item>
    <item>
      <title>Raf -- you cannot test code</title>
      <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073994#M59200</link>
      <description>&lt;P&gt;Raf -- you cannot test code that uses third-party plugins in App Preview, you need to build the app or use the Debug tab and let it build a custom debug module for you.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2016 20:34:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073994#M59200</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-02-21T20:34:18Z</dc:date>
    </item>
    <item>
      <title>Paul,</title>
      <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073995#M59201</link>
      <description>&lt;P&gt;&lt;SPAN style="color: rgb(255, 0, 0); font-family: Consolas, 'Lucida Console', monospace; font-size: 12px; line-height: 12px; white-space: pre-wrap; widows: auto;"&gt;Paul,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(255, 0, 0); font-family: Consolas, 'Lucida Console', monospace; font-size: 12px; line-height: 12px; white-space: pre-wrap; widows: auto;"&gt;I have started configuring application and started testing in debug mode and I am getting the below error&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(255, 0, 0); font-family: Consolas, 'Lucida Console', monospace; font-size: 12px; line-height: 12px; white-space: pre-wrap; widows: auto;"&gt;TypeError: undefined is not an object (evaluating 'cordova.plugins.email')&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Can you please help me and this is something urgent for me to complete some prototype.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Raj.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 17:22:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073995#M59201</guid>
      <dc:creator>Raj_Kumar</dc:creator>
      <dc:date>2016-02-24T17:22:42Z</dc:date>
    </item>
    <item>
      <title>You need to use the DEBUG TAB</title>
      <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073996#M59202</link>
      <description>&lt;P&gt;You need to use the DEBUG TAB to debug an app that includes third-party apps. The Emulate tab and Test tab will not work for that debugging. See this doc page &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 23:36:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073996#M59202</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-02-24T23:36:41Z</dc:date>
    </item>
    <item>
      <title>Yes please, I am using Debug</title>
      <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073997#M59203</link>
      <description>&lt;P&gt;Yes please, I am using Debug Tab and I am not successful in enabling the capability of sending email can you please advise how to troubleshoot this, this is something urgent for my prototype.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Raj.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 02:28:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073997#M59203</guid>
      <dc:creator>Raj_Kumar</dc:creator>
      <dc:date>2016-02-25T02:28:13Z</dc:date>
    </item>
    <item>
      <title>I have created the build and</title>
      <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073998#M59204</link>
      <description>&lt;P&gt;I have created the build and deployed then its working , but this is not working in debug tab.&lt;/P&gt;

&lt;P&gt;Can you please advise if there is any alternative option not to open email composer and I was looking for functionality&amp;nbsp;to send email with out end user intervention to hit send button again..&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Raj.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 03:54:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073998#M59204</guid>
      <dc:creator>Raj_Kumar</dc:creator>
      <dc:date>2016-02-25T03:54:20Z</dc:date>
    </item>
    <item>
      <title>Raj -- there are other debug</title>
      <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073999#M59205</link>
      <description>&lt;P&gt;Raj -- there are other debug options, it's possible the debug module is not working for this plugin. The most accurate debug option is to build an app and use the "debuggable" equals "true" option when you build the app. See this for additional details &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview#RemoteChromeDevTools" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview#RemoteChromeDevTools&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 06:09:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1073999#M59205</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-02-25T06:09:58Z</dc:date>
    </item>
    <item>
      <title>Paul..sorry.. i have the same</title>
      <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1074000#M59206</link>
      <description>&lt;P&gt;Paul..sorry.. i have the same problem seems... device block plugin .. i need to add at whitelist?&lt;/P&gt;

&lt;P&gt;If yes...how ? I read a intel giudeline..but i ask if you can write a string to allow this plugin in the whitelist...&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 16:20:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1074000#M59206</guid>
      <dc:creator>Daniele_A_</dc:creator>
      <dc:date>2016-05-12T16:20:31Z</dc:date>
    </item>
    <item>
      <title>Daniele -- sorry, but we are</title>
      <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1074001#M59207</link>
      <description>&lt;P&gt;Daniele -- sorry, but we are not experts on all the third-party plugins out there. I recommend you try using the Debug tab or a built app with "debuggable" set to "true" -- as described in the posts above -- to debug this issue. I highly recommend you start with the examples provided by the plugin author as a starting point. Sometimes it is something as simple as a misplaced comma or quote character.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 16:55:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1074001#M59207</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-05-12T16:55:49Z</dc:date>
    </item>
    <item>
      <title> i use email-composer and</title>
      <link>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1074002#M59208</link>
      <description>&lt;P&gt;&amp;nbsp;i use email-composer and debug but return&amp;nbsp; error...&amp;nbsp; in fn function... i don't know why...&lt;/P&gt;

&lt;P&gt;i try to understand..!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Update &amp;gt;&amp;gt; I solve with this plugin  &lt;SPAN class="author" itemprop="author"&gt;&lt;A class="url fn" href="https://github.com/EddyVerbruggen" rel="author"&gt;EddyVerbruggen&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN class="path-divider"&gt;/&lt;/SPAN&gt;&lt;STRONG itemprop="name"&gt;&lt;A data-pjax="#js-repo-pjax-container" href="https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin"&gt;SocialSharing-PhoneGap-Plugin&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG itemprop="name"&gt;Fantastic !!! Thx&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 20:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/email-plugin-not-working-please-help/m-p/1074002#M59208</guid>
      <dc:creator>Daniele_A_</dc:creator>
      <dc:date>2016-05-13T20:21:00Z</dc:date>
    </item>
  </channel>
</rss>

