Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

Testing for sendEmail Success

DynamicProgramr
Beginner
768 Views

Is there a way to get a return value or result for the method intel.xdk.device.sendEmail?  I would like to give the app user a chance to send again if the email did not go through the first time.

I'm not trying to find out if it was received, just if the device was able to successfully send.

Thanks!

0 Kudos
1 Solution
Brandon_K_Intel
Employee
768 Views

How are you building your application? If you are using Cordova, you could try a third-party plugin like https://github.com/katzer/cordova-plugin-email-composer to send emails. The device API you referenced is in the process of deprecated.

View solution in original post

0 Kudos
2 Replies
Brandon_K_Intel
Employee
769 Views

How are you building your application? If you are using Cordova, you could try a third-party plugin like https://github.com/katzer/cordova-plugin-email-composer to send emails. The device API you referenced is in the process of deprecated.

0 Kudos
DynamicProgramr
Beginner
768 Views

Thanks Brandon, that gave me what I was looking for!

0 Kudos
Reply