Software Archive
Read-only legacy content
17061 Discussions

Testing for sendEmail Success

DynamicProgramr
Beginner
513 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
513 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
514 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
513 Views

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

0 Kudos
Reply