I know android mailto links have been discussed here before but I am
looking to send a preset email body from my within app.
The iphone plugin (emailcomposer) works terrifically. I have not seen
a plugin for android for in-app emails.
For my android version, I currently have a mailto link setup,
something like:
mailto:
so...@email.com?subject&body
Mail client opens with the this method but I haven't been able to
figure out how to get line breaks/carriage returns in the email body.
I've tried using html in the body but the email when viewed just shows
the html code - not marked up.
I've also tried using %0D%0A with no luck.
So questions are:
1. Is there a different way to send in-app email with phonegap for
android (other than mailto links) that allows formatted body content?
some plugin I'm missing?
2. Has anybody successfully done a mailto link with formatted body
content?
Thanks!