I'm writing an app that needs to send an email with HTML.
I can't seem to find an app that will handle my intent and generate an HTML email with the value I provide to the extra Intent.EXTRA_HTML_TEXT
. I've tried with the apps I have on my phone (Gmail, Outlook) but both take the value provided to the extra Intent.EXTRA_TEXT
text instead.