Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

send email

Julien_W_
Beginner
452 Views

Hello, 

i ve a problem with :

intel.xdk.device.sendEmail

my code is :

$('#donnee_mail').click(function () { 
    var bodyText = 'I am having trouble with building my app';
    intel.xdk.device.sendEmail(bodyText, "myemail@gmail.com", "Vos données", true, "", "" ); 
});

but it works only on App Preview and not in my app :s.

 

0 Kudos
1 Reply
Julien_W_
Beginner
452 Views
0 Kudos
Reply