Software Archive
Read-only legacy content
17061 Discussions

send email

Julien_W_
Beginner
282 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
282 Views
0 Kudos
Reply