Reputation: 4769
I don't think this can be done, but I have a PhoneGap app that I am the main developer on. It basically captures form details into an email, and then submits them.
Is it possible for the email address of the mailto link to be changed without modifying the code? E.g., A mail settings page where the user could enter an email address to be put there, to be used in the mailto.
Upvotes: 3
Views: 75
Reputation: 53301
You can change the mailto url with javascript
but you have the mail composer plugin to send mails, it's better than using mailto
Upvotes: 1