I found this older post on the forums with the same issue, and Rob filed a bug report (8500847): https://forums.coronalabs.com/topic/68391-isbodyhtml-on-android-not-working/
Is this something that was resolved?
I have a body of email with html tags for <b>bolding</b> and <a href="https://www.coronalabs.com">links</a>
But the resulting email is not showing any bolding or links. Also <li>list items</li> are not working.
Any other ideas here? Thanks in advance!
local options ={ subject = "Sending an email", isBodyHtml = true, body = myEmail } native.showPopup("mail", options)