I am developing a mobile application, one of it's features is to send an email from the users device. I want to be able to do this without prompting the user, so that it is sent in the background. (It is meant for an emergency use, so therefore the user shouldn't have to press send). I have tried the standard MAILTO:someone@example.com
but this still prompts the user.
I am using a PhoneGap Service, so PhoneGap Plugins are an option, however the ones I've tried still prompt the user to send the email.
Any suggestions would be appreciated.
EDIT:
These are the two email plugins that I have tried.
https://github.com/jcjee/email-composer/tree/40e4b39dbd0d8605e4859b137d03f4a47262a35d
Thanks.