I\'ve built a simple jQuery Mobile based app, and trying to compile it with Phonegap. I\'d like the users to be able to send some content from the app via email, but I can\'
For those finding this question whilst trying to get an Email Composer to work, you no longer need to add things to the plist. The new CLI interface handles that for you.
The most current version of the Email Composer plugin is here - https://github.com/katzer/cordova-plugin-email-composer
And the way to add it to your project is this in the command line: cordova plugin add de.appplant.cordova.plugin.email-composer && cordova prepare