Skip to content Skip to sidebar Skip to footer

How To Send Email From Android Phonegap Application?

I need to get the email composer from the android application using jquery for phonegap and need to send email.Please kindly guide me.Thanks in Advance.

Solution 1:

You can use WebIntents. This solution enables you to send intents from PhoneGap. But please note that this is a Android specific solution.

On iPhones for example you would have to use the EmailComposer plugin.

Post a Comment for "How To Send Email From Android Phonegap Application?"